/* Generated by scripts/build-tokens.js. Do not edit by hand. */

:root {
  --layout-header-height: 80px;
  --layout-page-padding-inline: clamp(20px, 3.6vw, 48px);
  --layout-max-width: 1440px;
  --layout-card-radius: 8px;
  --typography-font-sans: Inter, Noto Sans JP, system-ui, sans-serif;
  --typography-font-serif: Noto Serif JP, serif;
  --typography-size-body: 15px;
  --typography-size-caption: 12px;
  --typography-line-body: 1.75;
}

:root, [data-theme="noct-archive"] {
  --color-bg: #0b0d10;
  --color-surface: #14171d;
  --color-surface-soft: #1d222b;
  --color-text: #f4f0e8;
  --color-muted: #9aa0aa;
  --color-line: rgba(244, 240, 232, 0.14);
  --color-accent: #d7b46a;
  --color-signal: #8aa7ff;
  --color-r18: #c45a78;
}

