@font-face {
  font-family: Inter;
  src: url('./inter-regular-variable.ttf') format('truetype'),
       url('/OFT.txt') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('./inter-italic-variable.ttf') format('truetype'),
       url('/OFT.txt') format('opentype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}