@font-face {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/inter/Inter-VariableFont_opsz\,wght.ttf');
}

@font-face {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/inter/Inter-VariableFont_opsz\,wght.ttf');
}

@font-face {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/inter/Inter-VariableFont_opsz\,wght.ttf');
}

@font-face {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/inter/Inter-VariableFont_opsz\,wght.ttf');
}

@font-face {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/inter/Inter-Italic-VariableFont_opsz\,wght.ttf');
}

@font-face {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/inter/Inter-Italic-VariableFont_opsz\,wght.ttf');
}

@font-face {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  src: url('../fonts/inter/Inter-Italic-VariableFont_opsz\,wght.ttf');
}

@font-face {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  src: url('../fonts/inter/Inter-Italic-VariableFont_opsz\,wght.ttf');
}

* {
  font-family: 'Inter', sans-serif;
}
