/* css/global.css */

:root {
  --bg: #000;
  --text: #eaeaea;
  --accent: #ff66cc;
  --button-bg: #330033;
  --button-hover: #550055;
  --button-border: #660066;
  --melody: #b00b69;
  --quote-glow: rgba(255, 102, 204, 0.5);
  --dim-text: #888;
}
