/*
 * THEME DEFINITIONS
 * Each block below is one complete theme. To edit a theme's look, edit its
 * variables here. To switch which theme the site uses, edit js/theme-config.js
 * (DEFAULT_THEME) — that is the single place that controls the active theme.
 */

/* ROYAL — traditional maroon & gold, default */
[data-theme="royal"] {
  --color-bg: #fdf8f2;
  --color-surface: #ffffff;
  --color-primary: #7a1f3d;
  --color-primary-dark: #591328;
  --color-accent: #c69a3a;
  --color-text: #2b1810;
  --color-text-muted: #6b5b4f;
  --color-border: #ecdfcd;
  --color-badge: #1f7a4d;
  --color-danger: #b3261e;
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Poppins", -apple-system, sans-serif;
}

/* FESTIVE — vibrant red & gold for sale/festival seasons */
[data-theme="festive"] {
  --color-bg: #fff6f0;
  --color-surface: #ffffff;
  --color-primary: #c8102e;
  --color-primary-dark: #8f0b20;
  --color-accent: #e0a300;
  --color-text: #2a1710;
  --color-text-muted: #705a4d;
  --color-border: #f3ddc9;
  --color-badge: #1f7a4d;
  --color-danger: #8f0b20;
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Poppins", -apple-system, sans-serif;
}

/* PASTEL — soft pink & lavender, gentle/modern */
[data-theme="pastel"] {
  --color-bg: #fbf7fa;
  --color-surface: #ffffff;
  --color-primary: #a85b7a;
  --color-primary-dark: #7e4159;
  --color-accent: #c9a7d8;
  --color-text: #3a2c33;
  --color-text-muted: #7a6a71;
  --color-border: #ecdfe6;
  --color-badge: #4a8f6c;
  --color-danger: #b3261e;
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Poppins", -apple-system, sans-serif;
}

/* MIDNIGHT — dark mode, gold accents */
[data-theme="midnight"] {
  --color-bg: #161014;
  --color-surface: #211a20;
  --color-primary: #d8a13a;
  --color-primary-dark: #b8862b;
  --color-accent: #e6c374;
  --color-text: #f3ece4;
  --color-text-muted: #b6a89c;
  --color-border: #362c33;
  --color-badge: #3fae74;
  --color-danger: #e2554a;
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Poppins", -apple-system, sans-serif;
}
