/**
 * Self-hosted fonts (OFL) — latin subset, variable woff2.
 * Bricolage Grotesque + Public Sans; no Google CDN / no visitor IP leak.
 *
 * Weights used in design/css: Public Sans 400–700, Bricolage Grotesque 500–800.
 * Variable files cover the full used range in two requests (~101 KiB total).
 */

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/public-sans-latin.woff2') format('woff2');
}

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