/* =============================================================
   SESMT Digital — Brand fonts (Manual da Marca IV)
   Roboto: header/body. Bicubik: display retro-futurista.
   Bicubik não é Google Font — arquivo deve ser colocado em
   wwwroot/fonts/ (woff2/woff/ttf). Fallback: Audiowide.
   ============================================================= */

@font-face {
    font-family: 'Bicubik';
    src: url('/fonts/Bicubik.woff2') format('woff2'),
         url('/fonts/Bicubik.woff') format('woff'),
         url('/fonts/Bicubik.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-brand-body: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    --font-brand-display: 'Bicubik', 'Audiowide', 'Roboto', sans-serif;

    --brand-petroleo: #144B60;
    --brand-petroleo-dark: #0A3543;
    --brand-aco: #3C506B;
    --brand-roxo: #251251;
    --brand-grafite: #494849;
    --brand-preto: #000000;
}
