@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src:
    url("../fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2"),
    url("../fonts/Inter-VariableFont_opsz,wght.woff") format("woff");
}

@font-face {
  font-family: "Inter var";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src:
    url("../fonts/Inter-Italic-VariableFont_opsz,wght.woff2") format("woff2"),
    url("../fonts/Inter-Italic-VariableFont_opsz,wght.woff") format("woff");
}

@font-face {
  font-family: "Gelasio";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src:
    url("../fonts/Gelasio-VariableFont_wght.woff") format("woff");
}

@font-face {
  font-family: "Gelasio";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src:
    url("../fonts/Gelasio-Italic-VariableFont_wght.woff") format("woff");
}


body {
  font-family: "Inter var", sans-serif;
  font-weight: 400;
  font-style: normal;
}
