/* Ported from production: styles/fonts.ts + global-base @font-face paths */
@font-face {
  font-family: "Mark OT";
  src: url("/fonts/mark-ot-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mark OT";
  src: url("/fonts/mark-ot.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mark OT";
  src: url("/fonts/mark-ot-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mark OT";
  src: url("/fonts/mark-ot-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-mark-ot: "Mark OT", Arial, sans-serif;
}
