:root {
  --bg-primary: #3498db;
  --bg-secondary: #2980b9;
  --text-primary: #ecfdf5;
  --text-secondary: #a7f3d0;
  --accent-color: #34d399;
  --border-color: #047857;
  --shadow: rgba(0, 0, 0, 0.3);
}

/* Alizarin theme */
[data-theme="alizarin"] {
  --bg-primary: #e74c3c;
  --bg-secondary: #c0392b;
  --text-primary: #000000;
  --text-secondary: #555555;
  --accent-color: #3b82f6;
  --border-color: #e5e5e5;
  --shadow: rgba(0, 0, 0, 0.1);
}

/* Amethyst theme */
[data-theme="amethyst"] {
  --bg-primary: #9b59b6;
  --bg-secondary: #8e44ad;
  --text-primary: #000000;
  --text-secondary: #555555;
  --accent-color: #3b82f6;
  --border-color: #e5e5e5;
  --shadow: rgba(0, 0, 0, 0.1);
}

/* Carrot theme */
[data-theme="carrot"] {
  --bg-primary: #e67e22;
  --bg-secondary: #d35400;
  --text-primary: #000000;
  --text-secondary: #555555;
  --accent-color: #3b82f6;
  --border-color: #e5e5e5;
  --shadow: rgba(0, 0, 0, 0.1);
}

/* Concrete theme */
[data-theme="concrete"] {
  --bg-primary: #95a5a6;
  --bg-secondary: #7f8c8d;
  --text-primary: #ecfdf5;
  --text-secondary: #a7f3d0;
  --accent-color: #34d399;
  --border-color: #047857;
  --shadow: rgba(0, 0, 0, 0.3);
}

/* Emerald theme */
[data-theme="emerald"] {
  --bg-primary: #2ecc71;
  --bg-secondary: #27ae60;
  --text-primary: #ecfdf5;
  --text-secondary: #a7f3d0;
  --accent-color: #34d399;
  --border-color: #047857;
  --shadow: rgba(0, 0, 0, 0.3);
}

/* Peter River theme */
[data-theme="peter_river"] {
  --bg-primary: #3498db;
  --bg-secondary: #2980b9;
  --text-primary: #ecfdf5;
  --text-secondary: #a7f3d0;
  --accent-color: #34d399;
  --border-color: #047857;
  --shadow: rgba(0, 0, 0, 0.3);
}

/* Sun Flower theme */
[data-theme="sun_flower"] {
  --bg-primary: #f1c40f;
  --bg-secondary: #f39c12;
  --text-primary: #000000;
  --text-secondary: #555555;
  --accent-color: #3b82f6;
  --border-color: #e5e5e5;
  --shadow: rgba(0, 0, 0, 0.1);
}

/* Turquoise theme */
[data-theme="turquoise"] {
  --bg-primary: #1abc9c;
  --bg-secondary: #16a085;
  --text-primary: #000000;
  --text-secondary: #555555;
  --accent-color: #3b82f6;
  --border-color: #e5e5e5;
  --shadow: rgba(0, 0, 0, 0.1);
}