/* govbr-tokens.css — Fundação DSGov sobre Bootstrap 5.3
   Carregar APÓS bootstrap.min.css e ANTES de govbr-components.css.
   Spec: docs/superpowers/specs/2026-06-23-redesign-sp1-fundacao-dsgov-design.md */

/* ---------- Fontes locais ---------- */
@font-face { font-family:'Rawline'; src:url("../fonts/rawline/rawline-400.fb994064fc0e.woff2") format('woff2'); font-weight:400; font-display:swap; }
@font-face { font-family:'Rawline'; src:url("../fonts/rawline/rawline-500.ada2b8b015b0.woff2") format('woff2'); font-weight:500; font-display:swap; }
@font-face { font-family:'Rawline'; src:url("../fonts/rawline/rawline-600.18c9e6d469f3.woff2") format('woff2'); font-weight:600; font-display:swap; }
@font-face { font-family:'Rawline'; src:url("../fonts/rawline/rawline-700.96a36bbabf90.woff2") format('woff2'); font-weight:700; font-display:swap; }
@font-face { font-family:'Raleway'; src:url("../fonts/raleway/raleway-600.f47077c9b964.woff2") format('woff2'); font-weight:600; font-display:swap; }
@font-face { font-family:'Raleway'; src:url("../fonts/raleway/raleway-700.5f860de71c07.woff2") format('woff2'); font-weight:700; font-display:swap; }
@font-face { font-family:'Inter';   src:url("../fonts/inter/inter-400.da03732a27e1.woff2")   format('woff2'); font-weight:400; font-display:swap; }
@font-face { font-family:'Inter';   src:url("../fonts/inter/inter-500.51205681a1ba.woff2")   format('woff2'); font-weight:500; font-display:swap; }
@font-face { font-family:'Inter';   src:url("../fonts/inter/inter-600.2ede57db1a3a.woff2")   format('woff2'); font-weight:600; font-display:swap; }

:root {
  /* ---- Cores semânticas (Figma) ---- */
  --cor-primaria:#1351B4;   --cor-primaria-escura:#071D41;  --cor-primaria-acento:#183EFF;
  --cor-secundaria:#FFCD00;
  --cor-sucesso:#009E4D;    --cor-perigo:#CC4D4D;
  --cor-texto:#212529;      --cor-texto-secundario:#6C757D;
  --cor-superficie:#FFFFFF; --cor-superficie-alt:#F0F2F5;  --cor-borda:#E9ECEF;

  /* ---- Tipografia ---- */
  --fonte-base:'Rawline',-apple-system,'Segoe UI',Roboto,sans-serif;
  --fonte-titulo:'Raleway',var(--fonte-base);
  --fonte-dados:'Inter',var(--fonte-base);

  /* ---- Forma ---- */
  --raio-sm:8px; --raio-md:12px; --sombra-card:0 2px 8px rgba(7,29,65,.08);

  /* ---- Override de tokens globais do Bootstrap 5.3 ---- */
  --bs-primary:var(--cor-primaria);   --bs-primary-rgb:19,81,180;
  --bs-success:var(--cor-sucesso);    --bs-success-rgb:0,158,77;
  --bs-warning:var(--cor-secundaria); --bs-warning-rgb:255,205,0;
  --bs-danger:var(--cor-perigo);      --bs-danger-rgb:204,77,77;
  --bs-body-color:var(--cor-texto);   --bs-body-bg:var(--cor-superficie-alt);
  --bs-body-font-family:var(--fonte-base);
  --bs-border-color:var(--cor-borda);
  --bs-border-radius:var(--raio-sm);  --bs-border-radius-lg:var(--raio-md);
  --bs-link-color:var(--cor-primaria); --bs-link-hover-color:var(--cor-primaria-escura);
}

body { font-family:var(--fonte-base); }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { font-family:var(--fonte-titulo); font-weight:700; }
a { color:var(--cor-primaria); }
a:hover { color:var(--cor-primaria-escura); }
