/* Self-hosted fonts (no CDN — CSP is same-origin, DESIGN_PALETTE.md).
   Latin subsets of Lato 400/700 and Permanent Marker 400, served from
   app/assets/fonts via Propshaft. */

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/lato-regular-ed5505fb.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/lato-bold-3cf28fc1.woff2") format("woff2");
}

@font-face {
  font-family: "Permanent Marker";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/permanent-marker-5c9f8b5c.woff2") format("woff2");
}
