:root {
  --background: #F7F7F5;
  --surface: #FFFFFF;
  --surface-alt: #FBFBF9;
  --text: #111111;
  --muted: #6B6B6B;
  --accent: #FF5A26;
  --accent-2: #FF8355;
  --accent-soft: #FFEDE6;
  --accent-ink: #C43C12;
  --accent-contrast: #FFFFFF;
  --border: #DDDDDD;
  --radius: 12px;
  --font-heading: 'Inter', 'Zen Kaku Gothic New', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  --font-body: 'Inter', 'Zen Kaku Gothic New', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
}
