@font-face {
  font-family: "Cinzel";
  src: url("/fonts/Cinzel/Cinzel-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; /* variable font range */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* variable font range */
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 1rem;
  display: inline-block;
}

body {
  font-family: "Inter", Inter;
  font-weight: normal;
}
