/* Self-hosted brand fonts (served same-origin from /fonts; no external font CDNs).
   Manrope + JetBrains Mono are variable (one file each, weight-range face); Nippo
   is static (Fontshare 400/500). Latin subset for the Google variable fonts. */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('manrope.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('jetbrains-mono.woff2') format('woff2');
}
@font-face {
  font-family: 'Nippo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('nippo-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Nippo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('nippo-500.woff2') format('woff2');
}
