/* Japanese page override — loaded after style.css, adds a JP font to the
   existing sans stack without touching the English page's font-family. */
:root {
  --sans: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body { letter-spacing: 0.01em; }
