:root {
  --font-sans: "Figtree";
  --font-serif: "CormorantGaramond";
}

.sans { font-family: var(--font-sans); }
.serif { font-family: var(--font-serif); }

@font-face {
  font-family: "Figtree";
  src: font-url("/assets/Figtree-VariableFont_wght-89352678.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: font-url("/assets/Figtree-Italic-VariableFont_wght-cdc1fc1e.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "CormorantGaramond";
  src: font-url("/assets/CormorantGaramond-VariableFont_wght-50a96138.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CormorantGaramond";
  src: font-url("/assets/CormorantGaramond-Italic-VariableFont_wght-29796d6f.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
