/* Normal (all weights) */
@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.woff2') format('woff2'),
       url('/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900; /* IMPORTANT */
  font-stretch: 75% 125%; /* for wdth */
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/NotoSans/NotoSans-Italic-VariableFont_wdth,wght.woff2') format('woff2'),
       url('/fonts/NotoSans/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}