:root {
  /* Brand Colors */
  --color-primary: #E8743C;
  --color-primary-hover: #D6632B;
  --color-cream: #F5EFE6;
  --color-text: #2B2B2B;
  --color-text-sub: #7A7A7A;
  --color-accent: #C8443C;
  --color-border: #E8DFD3;
  --color-white: #FFFFFF;

  /* Typography */
  --font-heading: "Zen Maru Gothic", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic UI", sans-serif;
  --font-body: "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", sans-serif;
  --font-en: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 2rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  /* Layout */
  --max-width: 1080px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;

  /* Shadow */
  --shadow-sm: 0 2px 8px rgba(43, 43, 43, 0.06);
  --shadow-md: 0 4px 16px rgba(43, 43, 43, 0.10);
}
