/* ============================================================
   EBTHub — Webfonts
   ------------------------------------------------------------
   Blanka    → hero / display headlines. Heavy geometric face with
               cut, notched letterforms. This is the actual face used
               on ebthub.com hero headlines ("GOING TO SEE DEEPER
               FURTHER", "READY TO BUILD WHAT IS NEXT?").
               Display only — UPPERCASE, generous spacing. Never for
               body, numbers, or small sizes.

   Michroma  → UI workhorse. Nav, subheaders, labels, numbers, buttons,
               eyebrows, badges. (Google Fonts, single weight 400.
               Confirmed in use on ebthub.com — e.g. the Risk Slope.)

   Blinker   → long-form body face. Michroma is wide and tiring across
               paragraphs; Blinker is a clean geometric humanist sans
               that stays on-brand (geometric, even) while reading
               far more comfortably at body sizes. Use for running prose;
               keep Michroma for short UI strings, labels, and numbers.
   ============================================================ */

@font-face {
  font-family: "Blanka";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Blanka-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Michroma";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Michroma-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Blinker";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Blinker-400.woff2") format("woff2");
}
@font-face {
  font-family: "Blinker";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/Blinker-600.woff2") format("woff2");
}
@font-face {
  font-family: "Blinker";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Blinker-700.woff2") format("woff2");
}
