:root {
  --background: #F7F7F4;
  --surface: #FFFFFF;
  --surface-alt: #FBFBF8;
  --text: #15151B;
  --muted: #6E7078;
  --accent: #6C63FF;
  --accent-2: #8C7BFF;
  --accent-soft: #ECEAFF;
  --accent-ink: #4F46D6;
  --accent-contrast: #FFFFFF;
  --border: #E7E7E2;
  --radius: 16px;
  --font-heading: 'Zen Kaku Gothic New', 'Inter', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  --font-body: 'Inter', 'Zen Kaku Gothic New', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
}
