:root {
  --color-background: #FFFFFF;
  --color-surface: #FFFFFF;
  --color-text: #1A1A1A;
  --color-subtext: #666666;
  --color-border: #E6E6E6;
  --color-primary: #BF674D;
  --color-accent: #BF674D;
  --color-mono-0: #000000;
  --color-mono-100: #FFFFFF;
  --color-gray-100: #F5F5F5;
  --color-gray-200: #E6E6E6;
  --color-gray-300: #CCCCCC;
  --color-gray-500: #666666;
  --color-gray-700: #333333;
  --color-gray-900: #1A1A1A;
  --space-4: 4px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;
  --radius-card: 16px;
  --radius-button: 12px;
  --radius-chip: 999px;
  --shadow-card: 0px 12px 30px 0px rgba(0, 0, 0, 0.12);
  --shadow-floating: 0px 30px 70px 0px rgba(0, 0, 0, 0.2);
  --text-heading-1-font-family: "Zen Kaku Gothic New";
  --text-heading-1-font-weight: 500;
  --text-heading-1-font-size: 28px;
  --text-heading-1-line-height: 42px;
  --text-heading-1-letter-spacing: 0px;
  --text-heading-2-font-family: "Zen Kaku Gothic New";
  --text-heading-2-font-weight: 500;
  --text-heading-2-font-size: 20px;
  --text-heading-2-line-height: 30px;
  --text-heading-2-letter-spacing: 0px;
  --text-body-lg-font-family: "Zen Kaku Gothic New";
  --text-body-lg-font-weight: 400;
  --text-body-lg-font-size: 18px;
  --text-body-lg-line-height: 30px;
  --text-body-lg-letter-spacing: 0px;
  --text-body-font-family: "Zen Kaku Gothic New";
  --text-body-font-weight: 400;
  --text-body-font-size: 16px;
  --text-body-line-height: 26px;
  --text-body-letter-spacing: 0px;
  --text-body-sm-font-family: "Zen Kaku Gothic New";
  --text-body-sm-font-weight: 400;
  --text-body-sm-font-size: 14px;
  --text-body-sm-line-height: 22px;
  --text-body-sm-letter-spacing: 0px;
}
