@font-face {
  font-family: "KronaOne";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/KronaOne-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/Figtree-Light.ttf") format("truetype");
}
h1,
h2 {
  font-family: var(--primary-font);
}
:root {
  --primary-font: "KronaOne", "Open Sans", "Roboto", Calibri, sans-serif;
  --secondary-font: "Figtree", "Roboto", Calibri, sans-serif;
}