@font-face {
  font-family: "Larpy Font";
  src:
    url("font.woff2") format("woff2"),
    url("font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --site-font: "Larpy Font", Arial, Helvetica, sans-serif;
}
