/* Self-hosted Lexend (was Google Fonts CDN — compliance top-10 item #5, 2026-07-10:
   loading pages must not disclose user IPs to Google). Files vendored from
   @fontsource/lexend (OFL license), latin subset, weights 400/600 — the only two
   the app uses. font-display:swap matches the old Google Fonts behavior. */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lexend-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/lexend-latin-600-normal.woff2') format('woff2');
}
