html[data-theme="default"] {
  --theme-bg: #f2f0ec;
  --theme-panel: #ffffff;
  --theme-surface: #faf8f6;
  --theme-card: #ffffff;
  --theme-border: #dad7d2;
  --theme-text: #2c2c2c;
  --theme-muted: #6f6f6f;
  --theme-accent: #d32027;
  --theme-accent-dark: #a3161b;
  --theme-button-bg: #f8f6f3;
  --theme-button-text: #2c2c2c;
  --theme-button-ghost: transparent;
  --theme-button-primary-text: #ffffff;
  --theme-input-bg: #ffffff;
  --theme-badge-bg: #e3e3e3;
  --theme-chip-bg: transparent;
  --theme-chip-active-bg: #d32027;
  --theme-chip-active-text: #ffffff;
  --theme-placeholder-bg: #eeeeee;
  --theme-modal-bg: #ffffff;
  --theme-info-bg: #faf8f6;
  --theme-topbar-bg: #ffffff;
  --theme-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  --theme-shadow-card: 0 2px 6px rgba(0, 0, 0, 0.05);
  --theme-radius: 14px;
  --theme-radius-card: 12px;
  --theme-radius-small: 8px;
  --theme-radius-pill: 999px;
  --theme-focus: 0 0 0 3px rgba(211, 32, 39, 0.35);
}
