/* ===== Theme Colors ===== */
:root {
  --color-bg: #f6eff6;          /* Background */
  --color-text-primary: #111;   /* Main text  */
  --color-text-secondary: #555; /* Meta text / small text */
  --color-accent: #8f2c86;      /* Buttons, links, highlights */
  --color-border: #ccc;         /* Borders / dividers */
  --color-hover: #f6eff6;       /* Hover background */
}
