.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
body { font-family: 'Manrope', sans-serif; }
h1, h2, h3 { font-family: 'Noto Serif', serif; }
.gold-gradient {
    background: linear-gradient(135deg, #f2ca50 0%, #d4af37 100%);
}
.glass-header {
    background: rgba(19, 19, 19, 0.6);
    backdrop-filter: blur(20px);
}
.glow-hover:hover {
    box-shadow: 0 0 20px rgba(242, 202, 80, 0.2);
}
