/* The two typefaces are bundled with the project under the SIL Open Font
   License. Keeping them local makes the invitation consistent on every device. */
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prata";
  src: url("/fonts/Prata-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
