/*
Theme Name: Comunidade da Luta
Theme URI: https://example.com/
Author: Antigravity
Description: Tema One-Page responsivo e dinâmico, integrado com Tailwind CSS, desenvolvido para a academia Comunidade da Luta. Identidade visual escura/neon premium.
Version: 1.0.0
Text Domain: comunidadedaluta
*/

body { font-family: 'Inter', sans-serif; background-color: #0D0D0D; color: #fff; }
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; }
.glass-nav { 
    background: rgba(13, 13, 13, 0.85); 
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(98, 38, 239, 0.15);
}
.custom-scrollbar::-webkit-scrollbar { height: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #1a1a1a; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #6226EF; border-radius: 4px; }
