/* Hallmark · genre: editorial · macrostructure: Long Document · theme: studied-DNA (source: user-supplied ZIP) · tone: restrained · anchor hue: warm-gold */
.system-page {
  --color-paper: oklch(97.5% 0.008 84);
  --color-surface: oklch(99.2% 0.004 84);
  --color-surface-soft: oklch(95.5% 0.012 84);
  --color-ink: oklch(20% 0.012 70);
  --color-muted: oklch(45% 0.018 72);
  --color-rule: oklch(84% 0.012 78);
  --color-accent: oklch(53% 0.09 76);
  --color-accent-strong: oklch(42% 0.1 72);
  --color-focus: oklch(48% 0.14 70);
  --font-display: var(--font-serif, "Noto Serif JP", serif);
  --font-body: var(--font-sans, "Noto Sans JP", sans-serif);
  --font-display-ar: "Noto Naskh Arabic", "Noto Serif JP", serif;
  --font-body-ar: "Noto Sans Arabic", "Noto Sans JP", sans-serif;
  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-display: clamp(2rem, 4vw, 3rem);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --rule-thin: 1px;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
}
