/* Vendored brand fonts (latin subset, variable) — CSP-strict, no external host.
   Replaces the fonts.googleapis.com <link> that the enforced CSP blocked, so the
   brand typography actually loads in prod. latin covers es-MX (ñ, áéíóú, ¿¡). */

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/static/fonts/dm-sans.d4c68940b772.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("/static/fonts/playfair-display.6da252de0cbc.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/static/fonts/jetbrains-mono.570751c5f8b4.woff2") format("woff2");
}
