/* ============================================================
   OPEN LANES VARSITY INVITATIONAL — Type
   On Diatype Standard (headings/body) + On Diatype Mono (labels/tags)
   ============================================================ */

@font-face {
  font-family: "On Diatype Standard";
  src:
    url("../assets/fonts/on-diatype-standard/OnDiatypeStd-Regular.woff2") format("woff2"),
    url("../assets/fonts/on-diatype-standard/OnDiatypeStd-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "On Diatype Standard";
  src:
    url("../assets/fonts/on-diatype-standard/OnDiatypeStd-Bold.woff2") format("woff2"),
    url("../assets/fonts/on-diatype-standard/OnDiatypeStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "On Diatype Mono";
  src:
    url("../assets/fonts/on-diatype-mono/OnDiatypeMono-Regular.woff2") format("woff2"),
    url("../assets/fonts/on-diatype-mono/OnDiatypeMono-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
