/* ============================================================
   Junturi — Webfonts
   Fraunces is the brand display serif (supplied at weight 600).
   Only the 600 master was provided, so the face is declared across
   the full 400–700 range against that one file — every weight renders
   real Fraunces glyphs with no faux-bold 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;
}
