/* Instrument Sans by Instrument / Rodrigo Fuenzalida. SIL Open Font License. */
/* Fraunces by Undercase Type. SIL Open Font License. */
/* Manrope by Mikhail Sharanda. SIL Open Font License. */
@font-face {
  font-family: "Manrope";
  src: url('/fonts/manrope-800.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url('/fonts/fraunces-latin-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url('/fonts/instrument-sans-variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --display: "Instrument Sans", Arial, sans-serif;
  --body: "Instrument Sans", Arial, sans-serif;
  font-synthesis: none;
}
