.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-panel {
    background: rgba(44, 44, 47, 0.6);
    backdrop-filter: blur(12px);
}

.hero-gradient {
    background: radial-gradient(circle at 50% 50%, rgba(251, 204, 72, 0.08) 0%, rgba(14, 14, 16, 0) 70%);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #0e0e10;
    color: #f6f3f5;
}
