/* stylelint-disable scale-unlimited/declaration-strict-value -- @font-face font-weight is a font-file descriptor not a typographic styling */

@font-face {
  font-display: swap;
  font-family: "Berkeley Mono";
  font-stretch: 60% 100%;
  font-style: oblique 0deg 16deg;
  font-weight: 100 900;
  src: url("./fonts/Berkeley Mono Variable.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Recursive;
  font-style: oblique 0deg 15deg;
  font-weight: 300 1000;
  src: url("./fonts/Recursive_VF_1.085--subset-GF_latin_basic.woff2")
    format("woff2");
}
