@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');
        body { font-family: 'Inter', sans-serif; }
        h1, h2, h3, h4, .font-heading { font-family: 'Poppins', sans-serif; }
        .flink { transition: all 0.3s ease; border-bottom: 2px solid transparent; }
        .flink:hover { border-bottom-color: #3b82f6; color: #1e40af; }
        .hover-lift:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
        .gradient-primary { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); }
        .gradient-accent { background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%); }
        .section-padding { padding-top: 5rem; padding-bottom: 5rem; }
        @media (max-width: 768px) { .section-padding { padding-top: 3rem; padding-bottom: 3rem; } }
        .nav-active { color: #3b82f6; font-weight: 600; border-bottom: 2px solid #3b82f6; }
        .stats-counter { font-variant-numeric: tabular-nums; }
