:root {
    /* Identidade Marcou. */
    --brand-blue: #0066FF;
    --brand-dark: #111111;
    --text-main: #333333;
    --text-muted: #666666;
    --bg-light: #FFFFFF;
    --bg-gray: #F8F9FA;

    /* Tipografia Oficial */
    --font-main: 'League Spartan', sans-serif;
    
    /* Configurações de Layout */
    --container: 1140px;
    --transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}