        body {
            font-family: 'Inter', sans-serif;
        }

        h1,
        h2,
        h3,
        .font-manrope {
            font-family: 'Manrope', sans-serif;
        }

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

        .glass-nav {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(20px);
        }

        .hero-gradient-text {
            background: linear-gradient(135deg, #0058bc, #0070eb);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }