/* Normal */
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 100 900;     /* full weight range */
  font-stretch: 75% 100%;   /* because this file has wdth axis */
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
  font-display: swap;
}