/**
* A Nordic-inspired theme with purple, violet, and mauve
*/

:root {
  /* Purple Waves - Dark background shades */
  --purple-waves-0: #1e1a2d;
  --purple-waves-1: #252136; 
  --purple-waves-2: #2d2840;
  --purple-waves-3: #362e4a;

  /* Mauve Sky - Light foreground shades */
  --mauve-sky-0: #d8cee3;
  --mauve-sky-1: #ded5ed;
  --mauve-sky-2: #e5ddf2;
  --mauve-sky-3: #ecebf5;

  /* Dream - Accent colors */
  --dream-accents-0: #9d81c7;  /* Primary accent color */
  --dream-accents-1: #b68ed6;  /* Secondary accent color */
  --dream-accents-2: #7c78a8;  /* Tertiary accent color */
  --dream-accents-3: #a694c9;  /* Quaternary accent color */

  /* Lucid - Vibrant colors */
  --lucid-highlights-red: #bf5f82;
  --lucid-highlights-orange: #c7797b;
  --lucid-highlights-yellow: #cfa8b4;
  --lucid-highlights-green: #85bbac;
  --lucid-highlights-pink: #d88ad2;
}
