.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.cinzel {
  font-family: "Cinzel";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Cinzel;
  src: url("../assets/fonts/Cinzel/Cinzel-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}