/* Legal pages only. Existing game font and legal.css remain unchanged. SIL OFL 1.1. */
@font-face {
  font-family: 'Kanagawa Legal Supplement';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/legal-supplement-v1/kanagawa-legal-supplement-086bd1dab9c5.woff2')
    format('woff2');
  unicode-range: U+00A9, U+2022, U+30A9, U+30D4, U+4E5F, U+4F34, U+6590, U+72EC, U+7532;
}

:root {
  font-family:
    'Kanagawa Legal Supplement',
    'Kanagawa Game Sans JP',
    'Noto Sans JP',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
}
