:root {
    --md-text-font: "TT Hoves";
    --md-code-font: "Basis Grotesque Mono";
}
@font-face {
  font-family: "TT Hoves";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("TT Hoves"), url("../fonts/tt-hoves/TT-Hoves-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "TT Hoves";
  font-style: medium;
  font-display: swap;
  font-weight: 500;
  src: local("TT Hoves"), url("../fonts/tt-hoves/TT-Hoves-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "TT Hoves";
  font-style: bold;
  font-display: swap;
  font-weight: 600;
  src: local("TT Hoves"), url("../fonts/tt-hoves/TT-Hoves-DemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Basis Grotesque Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Basis Grotesque Mono"), url("../fonts/basis-mono/basis-grotesque-mono-regular-pro.woff2") format("woff2");
}

@font-face {
  font-family: "Basis Grotesque Mono";
  font-style: medium;
  font-display: swap;
  font-weight: 500;
  src: local("Basis Grotesque Mono"), url("../fonts/basis-mono/basis-grotesque-mono-medium-pro.woff2") format("woff2");
}

@font-face {
  font-family: "Basis Grotesque Mono";
  font-style: bold;
  font-display: swap;
  font-weight: 600;
  src: local("Basis Grotesque Mono"), url("../fonts/basis-mono/basis-grotesque-mono-bold-pro.woff2") format("woff2");
}