/* Self-hosted fonts — eliminates Google Fonts third-party requests.
   No IP address transmitted to Google, no consent banner needed. */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/nunito-latin.woff2) format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/noto-sans-jp.woff2) format('woff2');
}
