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

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