@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  src: url('./Inter.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  src: url('./InterItalic.ttf') format('truetype');
  font-display: swap;
}
