:root {
  --background: #FFFDF8;
  --surface: #FFFFFF;
  --surface-alt: #F5F8FD;
  --text: #17233B;
  --muted: #6C7180;
  --accent: #275CCB;
  --accent-2: #E77731;
  --accent-soft: #EAF0FB;
  --accent-ink: #1B4396;
  --accent-contrast: #FFFFFF;
  --border: #CBD5E6;
  --radius: 0px;
  --font-heading: 'Zen Kaku Gothic New', 'Inter', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  --font-body: 'Zen Kaku Gothic New', 'Inter', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
}
