/* @font-face {
  font-family: 'Inter-Variable';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: 'Regular';
  src: url("./Inter-Variable.woff2") format("woff2"),
        url('./Inter-Variable.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter-VariableItalic';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: 'Italic';
  src: url("./Inter-VariableItalic.woff2") format("woff2"),
  url('./Inter-VariableItalic.ttf') format('truetype');
} */

@font-face {
  font-family: 'Inter-Variable';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./Inter-Variable.woff2") format("woff2");
}
@font-face {
  font-family: 'Inter-Variable';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("./Inter-VariableItalic.woff2") format("woff2");
}

:root {
  font-feature-settings: "dlig" 1, "ss01" 1, "zero" 1, "calt" 1;
}