/*
Theme Name: GMFA Elite Complete
Version: 1.0
Description: Complete VS Battle voting platform with all features
Author: GMFA Elite
*/

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', sans-serif; background: #0A0A0A; color: #F5F0E8; }
h1, h2, h3 { font-family: 'Playfair Display', serif; }
a { color: #C9A84C; text-decoration: none; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 20px; }
