:root {
  --ink: #1f2933;
  --ink-muted: #66737f;
  --paper: #f7f8f6;
  --surface: #ffffff;
  --line: #dce2e3;
  --accent: #176b68;
  --accent-dark: #0e4d4b;
  --accent-soft: #dcefed;
  --warm: #e2ad72;
  --display: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  --body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 5rem;
  --radius: 2px;
  --content: 1120px;
}
