/* ════════════════════════════════════════════════════════════════════════
   Ampinity — font-loading strategy (design-system.md §7, Constitution §H).
   Three families max: DOVENS BOLD (logotype only), one neo-grotesque (Söhne /
   Geist), one mono (Söhne Mono / JetBrains Mono).

   Fonts are SELF-HOSTED with font-display:swap and subset to Latin. The
   licensed faces are not committed to the repo; drop the .woff2 files into
   /assets/fonts and UNCOMMENT the @font-face blocks below to activate them.
   Until then the system neo-grotesque stack renders instantly with zero
   render-blocking font requests (best for LCP), and the design holds.
   ════════════════════════════════════════════════════════════════════════ */

/*
@font-face {
  font-family:"DOVENS BOLD";
  src:url("../fonts/dovens-bold.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face {
  font-family:"Söhne";
  src:url("../fonts/soehne-buch.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face {
  font-family:"Söhne";
  src:url("../fonts/soehne-kraftig.woff2") format("woff2");
  font-weight:550 600; font-style:normal; font-display:swap;
}
@font-face {
  font-family:"Söhne Mono";
  src:url("../fonts/soehne-mono-buch.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
*/
