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

@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");
}
