
@font-face {
  font-family: 'Nunito Sans';
  /* Use 'truetype' for .ttf files */
  src: url('/font/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
  
  /* Define the ranges supported by the font */
  font-weight: 300 900; 
  font-stretch: 75% 125%;
  font-style: normal;
}

/* Montserrat — weights 300, 400, 700 */
@font-face {
  font-family: "Montserrat";
  src: url("/font/Montserrat/static/Montserrat-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/font/Montserrat/static/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/font/Montserrat/static/Montserrat-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
