
/*
Theme Name: FIFA World Cup 2026 Legacy
Theme URI: https://example.com/fifa-2026
Author: AI Theme Architect
Description: Tema premium bernuansa Piala Dunia 2026 dengan fitur AI Assistant terintegrasi.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: fifa2026
*/

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

.wc-gradient {
    background: linear-gradient(135deg, #004d98 0%, #002d5a 100%);
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
