:root {
  --color-bg: #ffffff;
  --color-bg-soft: #f6f6f3;
  --color-bg-muted: #ececea;
  --color-ink: #111111;
  --color-ink-soft: #333333;
  --color-muted: #73736d;
  --color-line: #d7d7d1;
  --color-dark: #171716;
  --color-line-green: #06c755;
  --color-focus: #0b3d1e;
  --content-max: 1440px;
  --content-wide: 1248px;
  --content-copy: 600px;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --radius-pill: 9999px;
  --transition-fast: 140ms ease;
  --transition-standard: 240ms ease;
  --font-sans: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
