/* 00-tokens.css
 * Variáveis de design system (cores, espaçamentos, etc)
 * Criado por Agência Federal
 * https://agencia.federal.gov.br
 */

:root {
    --af-black: #0b0d10;
    --af-black-2: #0f1217;
    --af-white: #ffffff;
    --af-muted: #b8c0cc;
    --af-border: rgba(255, 255, 255, .10);

    --af-gold: #d4af37;
    --af-gold-2: #b88a12;

    --af-band: #1f3a64;
    /* faixa azul/cinza institucional */
    --af-card: #121722;

    --af-radius: 14px;
    --af-shadow: 0 10px 30px rgba(0, 0, 0, .35);

    --af-max: 1140px;
}