@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSansVariable.ttf') format('truetype-variations');
  font-weight: 300 800; /* Supports weights from 300 to 800 */
  font-stretch: 75% 100%; /* Supports width from 75% to 100% */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('/fonts/InterVariable.ttf') format('truetype-variations');
  font-weight: 100 900; /* Inter supports weights from 100 to 900 */
  font-style: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0; /* Default slant value */
}
