/* T-260912-067 · Minus Beta: warm paper, ink, vermilion. */
:root {
  color-scheme: light;
  --bg: #f7f6f2;
  --bg-elev: #eeede7;
  --bg-elev2: #e5e4dd;
  --border: #d8d8ce;
  --border-soft: #e7e7df;
  --fg: #242720;
  --fg-dim: #62655d;
  --fg-mute: #707369;
  --cyan: #a8432b;
  --magenta: #466448;
  --accent: #b8452b;
  --accent-cta: #c64b2e;
  --accent-2: #466448;
  --accent-dim: #97341f;
  --cta-fg: #fffaf3;
  --danger: #b02f29;
  --success: #3c664b;
  --warn: #84601e;
  --danger-bg: #faeae6;
  --accent-bg: #f2e5db;
  --invert-bg: #282e25;
  --invert-fg: #f8f7ef;
  --invert-dim: #c5cbbb;
  --invert-border: #495041;
  --shadow: 0 6px 24px #24272008;
  --shadow-pop: 0 16px 40px #24272012;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
  --sans:
    "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo",
    sans-serif;
  --serif: "Noto Serif KR", Georgia, "Times New Roman", serif;
  --text-h1: clamp(38px, 5.5vw, 68px);
  --text-h2: clamp(25px, 3vw, 36px);
  --text-h3: 21px;
  --text-lead: 18px;
  --text-body: 16px;
  --text-desc: 14px;
  --text-meta: 12px;
  --text-badge: 11px;
  --track-eyebrow: 0.13em;
  --track-badge: 0.08em;
  --leading-body: 1.75;
  --leading-h1: 1.15;
  --leading-desc: 1.65;
  --measure: 62ch;
  --radius-card: 16px;
  --radius-btn: 8px;
  --radius-pill: 8px;
  --pad-head-bottom: 40px;
  --gap-card: 24px;
  --pad-section: 80px;
  --pad-section-sm: 48px;
}
