/* Montserrat — variable font, weights 100–900. Body + UI workhorse. */
@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Virus Killer — heavy condensed display font */
@font-face {
  font-family: "Virus Killer";
  src: url("Virus_Killer.otf") format("opentype"),
       url("Virus_Killer.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

/* Untyped — brush hand font for the FRITTO wordmark */
@font-face {
  font-family: "Untyped";
  src: url("Untyped.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

/* JetBrains Mono — monospace */
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap");