/* Self-hosted subset for the "Warm" design — the homepage plus /solutions,
   /resources, /company, /careers and /contact. Latin subset only.
   (The list named /product and /pricing until 2026-08-05; neither route
   exists. This file is served verbatim from public/, so its comments ship —
   a stale page name here is a stale page name on the site.)
   Kept local so the `font-src 'self'` CSP allows them (Google
   Fonts' external stylesheet + gstatic files would be blocked).

   One file per family: each of these is a VARIABLE font, so a single
   woff2 covers every weight the design uses. They were previously
   duplicated under per-weight filenames (archivo-700/800/900.woff2 etc.)
   — byte-identical copies that made the browser download the same data
   up to three times. The ranges below are the real wght axis of each
   subset, measured from the files themselves. */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/archivo.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/manrope.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/jetbrainsmono.woff2") format("woff2");
}
