/* Self-hosted webfonts for the app: Montserrat (secondary) + Lato (primary).
   Both are SIL Open Font License — see public/fonts/OFL-Montserrat.txt and
   public/fonts/OFL-Lato.txt. woff2 only (every browser since ~2016 supports it;
   .eot/.svg/.ttf/.woff were dropped). Served statically via <link> in
   client/layout/metadata.html — see public/css/README.md. */

/* ---- Montserrat (weights 400 / 500 / 600 / 700) ---- */
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ---- Lato (weights 400 / 700) ---- */
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
