/* BHIVE webfonts.

   LOGO FONT: Knockout Featherweight (Hoefler & Co. — commercial licence).
   RESERVED for the wordmark/brand lockups (--font-logo) so the logos stay unique;
   NOT used for headlines or body. Shipped from assets/fonts/ (@font-face below).

   LOADED FACES: Space Grotesk (headlines/display), Archivo (body/UI),
   Space Mono (mono). See readme.md. */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Archivo+Expanded:wght@400;500;600;700;800;900&family=Space+Mono:wght@400;700&display=swap');

/* Brand font. Upload the licensed file to assets/fonts/Knockout-Featherweight.woff2;
   until then this src is unresolved and the Archivo fallback stack renders. */
@font-face {
  font-family: 'Knockout Featherweight';
  src: url('../assets/fonts/Knockout-Featherweight.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
