/* Self-hosted webfonts (decided 2026-08-07 — fetch-fonts.sh has
   provenance and the upgrade procedure; files are vendored in git). Variable fonts, latin subset.
   Load this alongside tokens.<brand>.css; @font-face rules for faces a
   brand never uses cost nothing — browsers only download fonts that the
   rendered page actually references. rml uses system Arial (nothing here). */

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('./dosis-latin-wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./roboto-latin-wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./caveat-latin-wght.woff2') format('woff2');
}

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