@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Orbitron:wght@400;500;700&display=swap');
        body { font-family: 'Inter', sans-serif; }
        .font-heading { font-family: 'Orbitron', sans-serif; }
        .gradient-bg { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
        .game-card-hover { transition: all 0.3s ease; }
        .game-card-hover:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
        .flink { transition: color 0.2s ease; padding: 8px 16px; border-radius: 6px; }
        .flink:hover { background-color: rgba(102, 126, 234, 0.1); color: #667eea; }
        .section-padding { padding-top: 5rem; padding-bottom: 5rem; }
        @media (max-width: 768px) { .section-padding { padding-top: 3rem; padding-bottom: 3rem; } }
        .hero-height { min-height: 90vh; }
        .text-shadow { text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
