@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&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; }
        .gradient-bg { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
        .hover-lift:hover { transform: translateY(-5px); transition: transform 0.3s ease; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
        .flink { display: inline-block; padding: 8px 16px; margin: 5px; background: #f8f9fa; border-radius: 6px; color: #333; text-decoration: none; border: 1px solid #dee2e6; transition: all 0.3s; }
        .flink:hover { background: #e9ecef; border-color: #adb5bd; }
        .section-padding { padding-top: 5rem; padding-bottom: 5rem; }
        @media (max-width: 768px) { .section-padding { padding-top: 3rem; padding-bottom: 3rem; } }
