/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
:root {
  --star-dust: rgb(250, 250, 250);
  --space-purple-100: rgb(85, 46, 117);
  --space-purple: rgb(84,19,136);
  --space-purple-80: rgb(118,66,160);
  --space-purple-40: rgb(187,161,207);
  --space-purple-20: rgb(221,208,231);
  --space-purple-10: rgb(247,247,255);
  --space-aqua-100: rgb(0,115,107);
  --space-aqua: rgb(0, 191, 178);
  --space-aqua-80: rgb(51, 204, 193);
  --space-aqua-20: rgb(204,242,240);
  --midnight-blue: rgb(4,41,79);
  --moon-grey: rgb(147,149,152);
  --bt-blue-100: rgb(38, 101, 142);
  --bt-blue: rgb(23, 104, 158);
  --bt-blue-80: rgb(69, 134, 177);
  --bt-blue-20: rgb(209, 225, 236);
  --bt-orange: rgb(243,112,41);
  --bt-orange-20: rgb(253,226,212);
  --smoke-grey: rgb(188,190,192);
  --rocket-grey: rgb(88,89,91);
  --hazy-grey: rgb(229,229,229);
  --solar-yellow: rgb(255,180,0);
  --solar-yellow-20: rgb(255,240,204);
  --error: rgb(178,16,16);
  --success: rgb(17,130,99);
  --light-navy: rgb(19, 93, 139);
  --padding: rgba(126, 52, 141, 0.3);
  --col: rgba(138, 138, 138, 0.23);
  --ice-blue: rgb(231, 239, 245);
  --black: rgb(0, 0, 0);
  --very-light-pink: rgb(191, 191, 191);
  --marine: rgb(4, 56, 89);
  --nice-blue-10: rgba(22, 104, 158, 0.1);
}

:focus {
  outline-color: var(--space-purple);
}
