/* A 'wide' theme variant */
/* @import url"./wide.css"; */
:root {
  --modal-bg: rgba(20, 0, 40, 0.9);
  --text-main: #ff77ff;
  --glow-main: #ff33cc;
  --button-bg: #ff00ff;
  --button-hover-bg: #ff66ff;
  --price-color: #ff99ff;
  --price-glow: #ff33cc;
  --list-hover-bg: rgba(255, 0, 255, 0.15);
  --emoji-glow: #ff33cc;
  --bg-image: url('../backgrounds/synthwave-grid.jpg');
}