@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Azeret Mono Thin";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/azeret-mono-thin.ttf") format("truetype");
}

@font-face {
  font-family: "Azeret Mono Extra Light";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/azeret-mono-extra-light.ttf") format("truetype");
}

@font-face {
  font-family: "Azeret Mono Light";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/azeret-mono-light.ttf") format("truetype");
}

@font-face {
  font-family: "Azeret Mono Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/azeret-mono-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Azeret Mono Medium";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/azeret-mono-medium.ttf") format("truetype");
}

html {
  font-synthesis: none;
}
