/* ============================================================
   Runway webfonts.
   Link this alongside dist/runway.css.

   Gelasio    — headlines and display copy
   Geist      — body copy and sub-headings
   Geist Mono — numbers, CTAs, buttons, data detail

   Licensing: see brand/fonts/LICENCE.md
   ============================================================ */

@font-face {
  font-family: "Gelasio";
  src: url("./gelasio-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("./geist-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("./geist-mono-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
