
@font-face {
  font-family: Nunito;
  /* declare weights giving two values to specify a range */
  font-weight: 400 800;
  src: url("/css/fonts/Nunito-VariableFont_wght.ttf");
}