/*
  MakeItEasy! — local font configuration
  Place the licensed WOFF2 files in this same folder:
    fraunces-variable.woff2
    plus-jakarta-sans-variable.woff2

  The font families are distributed under the SIL Open Font License.
  This file deliberately contains no external font requests.
*/
@font-face {
  font-family: "Fraunces";
  src: url("fraunces-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("plus-jakarta-sans-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
