/*
Theme Name:   Hello Elementor — Bad Astronaut
Theme URI:    https://badastronautbeer.com
Description:  Loud IV design system for Bad Astronaut Brewing Co. Child of hello-elementor.
Author:       Bad Astronaut
Template:     hello-elementor
Version:      0.1.0
Text Domain:  ba
*/

:root {
  /* Ground. The live site sits on #4E4F51 warm charcoal; the concept goes darker so the glow works. */
  --ba-void:       #04010A;
  --ba-deep:       #0B0518;
  --ba-panel:      #150E21;
  --ba-edge:       #2E2140;
  --ba-edge-hot:   #4A1F7A;

  /* Text */
  --ba-ink:        #F3EDF8;
  --ba-dim:        #A697B8;
  --ba-faint:      #6E6180;

  /* Brand */
  --ba-violet:     #8331A7;
  --ba-violet-hot: #A855D6;
  --ba-signal:     #63CFE3;   /* cyan: interactive, you-are-here */
  --ba-hot:        #F18A00;   /* orange: BUY / URGENCY ONLY. Never navigation. */
  --ba-hot-ink:    #140B00;
  --ba-mag:        #FF3DC8;
  --ba-cream:      #FCEDBB;

  --ba-glow-hot:    0 0 30px rgba(241, 138, 0, .6);
  --ba-glow-signal: 0 0 22px rgba(99, 207, 227, .5);
  --ba-glow-violet: 0 0 26px rgba(195, 104, 255, .5);
}
