/*
 * BgARC Launch Site — Self-hosted brand fonts
 * created: 2026-07-04
 * created_by: frontend-developer
 * updated: 2026-07-04
 * updated_by: frontend-developer
 *
 * Atkinson Hyperlegible (the shipped brand face — "readability is the law",
 * BRAND.md §4). 400 + 700 only, as shipped by the harness (@fontsource latin).
 * There is no true 600 weight file; headings use 700, body uses 400 — no
 * faux-weight synthesis on the load-bearing prose. font-display: swap keeps
 * first paint instant (performance mandate).
 */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/atkinson-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/atkinson-700.woff2') format('woff2');
}
