:root{
/* Shippori Antique: ALL Japanese — headings, buttons, body alike */
--font-jp:'Shippori Antique',serif; /* @kind font */
/* Oswald 400–700: ALL numerals, Latin labels, model numbers */
--font-num:'Oswald',sans-serif; /* @kind font */
/* letter-spacing — engraved, wide */
--track-body:.06em; /* @kind font */
--track-heading:.2em; /* @kind font */ /* JP headings .1–.3em */
--track-button:.25em; /* @kind font */
--track-label:.2em; /* @kind font */ /* Latin labels always UPPERCASE + wide */
/* scale (1920×1080 stage) — body ≥17px, labels ≥13px */
--fs-label:14px; /* @kind font */
--fs-caption:15px; /* @kind font */
--fs-body:17px; /* @kind font */
--fs-ui:19px; /* @kind font */
--fs-button:20px; /* @kind font */
--fs-panel-title:34px; /* @kind font */
--fs-display:46px; /* @kind font */
--fs-numeral-hero:56px; /* @kind font */ /* big stat numerals — be bold */
}
body{font-family:var(--font-jp);color:var(--text-body);}
