/* CYGMA fonts — self-hosted.
   Roboto Flex is a variable font: weight 100–1000, width 25–151, optical size 8–144.
   Venture13 is the pixel/arcade display face (caps only in practice). */

@font-face {
  font-family: "Roboto Flex";
  src: url("../fonts/RobotoFlex-Variable.ttf") format("truetype-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Venture13";
  src: url("../fonts/Venture13-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Venture13";
  src: url("../fonts/Venture13-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
