:root {
  --color-bg: #fdf6ee;
  --color-bg-deep: #f5ece0;
  --color-bg-accent: #ede4d6;
  --color-card: rgba(255, 255, 255, 0.85);
  --color-text: #4a3a2a;
  --color-text-sub: #a08a70;
  --color-text-light: #b5a08a;
  --color-accent: #e8a87c;
  --color-accent-dark: #d68c5e;
  --color-tag-bg: #f0ebe3;
  --color-tag-text: #5a4a3a;
  --color-tag-extra-bg: #fff3e0;
  --color-tag-extra-text: #c4842a;
  --color-badge-time-bg: #eef6e8;
  --color-badge-time-text: #6a8a50;
  --color-error: #c55;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
}
