/* Back to the Future — night sky dark, purple lightning → DeLorean fire trail
   88 mph: electric purple at the top, orange flame at the bottom */
:root {
  --clr-primary:         #ff6b35;           /* DeLorean fire trail orange */
  --clr-secondary:       #7b2fff;           /* lightning purple */
  --clr-dark:            #2a1a4a;           /* dark night */
  --clr-bg:              #0f0a1e;           /* near-black night sky */
  --clr-text:            #a898d8;           /* pale purple-gray */
  --clr-heading:         #e0d8f8;           /* pale lavender-white */
  --clr-section-heading: #c8b8f0;
  --clr-subtext:         #9080c0;
  --clr-muted:           #6858a0;
  --clr-border:          #1e1440;
  --clr-brand-slogan:    #5a4888;
  --clr-overlay-dark:    #080514;
  --clr-selection-text:  #e0d8f8;
  --clr-selection-bg:    #1e1440;
  --clr-nav-link:        rgba(224, 216, 248, 0.5);
  --clr-form-border:     rgba(224, 216, 248, 0.15);
  --clr-shadow:          rgba(123, 47, 255, 0.3);
}
