/* ============================================================
   Kit de marca — Viget (símbolo F3), ADR-097
   Carregado ANTES de landing/styles.css, theme.css e app.css a partir de
   `brand.assets.path` (`/brand/<BRAND_ASSETS>/brand.css`). Só variáveis e
   @font-face: nenhuma regra de layout mora aqui.

   Paleta do dossiê (docs/planning/rebranding-identidade-visual-2026-09-04.md):
   Tinta #1C2740 · Papel #F5F1E8 · Verde-vigente #2F7A5A · Ouro-selo #A8842F ·
   Grafite #5B6170. Tipografia: EB Garamond (marca) + Source Sans 3 (interface),
   self-hosted em /fonts/ — a CSP é `font-src 'self' data:`, Google Fonts por CDN
   não carrega e não deve ser usado. Licenças OFL ao lado dos .woff2.
   ============================================================ */

@font-face {
  font-family: 'EB Garamond';
  src: url('/fonts/eb-garamond-latin-var.woff2') format('woff2');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('/fonts/eb-garamond-latin-italic-var.woff2') format('woff2');
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/source-sans-3-latin-var.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/source-sans-3-latin-italic-var.woff2') format('woff2');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --brand: #2f7a5a;
  --brand-bright: #3d9c74;
  --brand-wash: #e8f1eb;
  --ink: #1c2740;
  --ink-2: #5b6170;
  --paper: #f5f1e8;
  --seal: #a8842f;
  --seal-wash: #f5eedc;
  --font-display: 'EB Garamond', 'Iowan Old Style', Georgia, serif;
  --font-sans: 'Source Sans 3', 'Segoe UI', system-ui, -apple-system, sans-serif;

  /* O wordmark do kit já vem na cor certa: nada de recolorir por filtro. */
  --logo-filter: none;
  --logo-filter-hover: brightness(1.06);
}
