/* Hallmark · macrostructure: Long Document · genre: editorial · theme: Made by Yamato Editorial · enrichment: none · nav: Blocksy N1 · footer: Blocksy Ft1 */
:root {
  --font-display: "見出ゴMB31", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-body: "TBUDゴシック R", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;

  --color-paper: oklch(96.5% 0.012 85);
  --color-surface: oklch(99.1% 0.006 85);
  --color-paper-deep: oklch(93.5% 0.016 85);
  --color-ink: oklch(17% 0.018 275);
  --color-ink-soft: oklch(35% 0.018 275);
  --color-muted: oklch(47% 0.016 275);
  --color-night: oklch(13% 0.018 275);
  --color-on-dark: oklch(96.5% 0.012 85);
  --color-on-dark-soft: oklch(78% 0.018 275);
  --color-accent: oklch(55% 0.09 303);
  --color-accent-dark: oklch(43% 0.105 303);
  --color-accent-ink: oklch(98% 0.008 85);
  --color-rule: oklch(84% 0.016 85);
  --color-rule-dark: oklch(27% 0.022 275);
  --color-focus: oklch(43% 0.105 303);
  --color-focus-on-dark: oklch(96.5% 0.012 85);

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-section: clamp(1.75rem, 3vw, 2.3rem);
  --text-display: clamp(3.2rem, 6.3vw, 5.5rem);

  --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: 480ms;

  --rule-hair: 1px;
  --radius-small: 0.125rem;
  --radius-medium: 0.25rem;

  --shell-max: 82rem;
  --measure: 68ch;
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --header-offset: 7.5rem;
}
