/* Inter Variable - Normal */
@font-face {
  font-family: 'Inter';
  src: url('/dist/webfonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Inter Variable - Italic */
@font-face {
  font-family: 'Inter';
  src: url('/dist/webfonts/InterVariable-Italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}