/* Self-hosted faces. font-display:swap so text is readable during load —
   an invisible headline is worse than a substituted one. */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;           /* variable: covers all four used weights */
  font-display: swap;
  src: url("../fonts/galaxi-variable.woff2") format("woff2-variations"),
       url("../fonts/galaxi-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F,
                 U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/galaxi-mono-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}
