@font-face {
  font-family: "SuisseMono";
  src:
    url("/fonts/Suisse-Intl-Mono.woff2") format("woff2"),
    url("/fonts/Suisse-Intl-Mono.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ActaVar";
  src:
    url("/fonts/acta-var.woff2") format("woff2"),
    url("/fonts/acta-var.woff") format("woff");
  /* CSS font-weight range must be 1–1000; axis mapping via font-variation-settings */
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}

