/* ============================================================
   Junturi — Webfonts
   Fraunces is the brand display serif. Upright is supplied at weight
   600 and italic as a single master, so each face is declared across
   the full 400–700 range against its one file — every weight renders
   real Fraunces glyphs with no faux-bold or faux-slant synthesis.
   Add the remaining weights when available.
   ============================================================ */
@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/Fraunces-600.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/Fraunces-Italic.ttf") format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
