/* ============================================================
   SELF-HOSTED FONTS — Phase 4 type voice (DESIGN.md §3)
   Bricolage Grotesque (display) · Hanken Grotesk (body/UI) ·
   Geist Mono (data). Variable woff2, latin subset, in ./fonts/.

   ponytail: 'Sora' and 'Barlow' are declared as ALIASES of the new
   faces so ~1,500 legacy inline font-family styles re-font without
   a markup sweep. New shell code uses the real family names; the
   aliases go away when legacy views are rebuilt.
   ============================================================ */
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('fonts/bricolage-var-latin.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('fonts/hanken-var-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('fonts/geistmono-var-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
/* legacy aliases — see note above */
@font-face {
  font-family: 'Sora';
  src: url('fonts/bricolage-var-latin.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('fonts/hanken-var-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
