/* fonts.css */
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900; /* Range of weights the variable font supports */
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900; /* Range of weights the Inter variable font supports */
  font-style: normal;
}

