/* Self-hosted fonts — latin subsets only, zero external requests.
   Outfit (headings) + Plus Jakarta Sans (body) match the login page. */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/static/fonts/outfit-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/static/fonts/pjs-latin.woff2') format('woff2');
}
