/* Self-hosted variable fonts (latin subset) — the Harbor Ledger type system.
   Bricolage Grotesque: display · Work Sans: body · Spline Sans Mono: data.
   Files are Google Fonts variable woff2s; one file covers each family's
   full weight range below. */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('./fonts/bricolage-grotesque.woff2') format('woff2');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('./fonts/work-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'Spline Sans Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('./fonts/spline-sans-mono.woff2') format('woff2');
}
