:root {
  --theme-off-white: #1c1c1c;
  --theme-logo-white:#f7f4f2;
  --theme-dark-background: #0a0a0a;
  --theme-light-pink: #f498ba;
  --theme-light-pink-background: #f498ba;
  --theme-light-pink-text: hsl(338, 58%, 82%);
  --theme-black-background: black;
  --theme-white-text: white;
  --theme-bright-pink-text: #d66790;
  --theme-bright-pink-text-og: #e24498;
  --theme-off-white-text: #f7f4f2;
  --theme-dark-gray: #808080;
  --theme-light-gray: #EDEAEA;
  /* FIX THESE? */
   --theme-red: #d66790;
  --theme-yellow:#d66790;
  --theme-blue:  #d66790;
  --theme-dividing-line-color: #222;
  --theme-darker-tan:  #131313;
  --theme-light-tan:  #1b1b1b;
  --theme-lightest-tan: #0A0A0A;
}


#musik-hack-logo-pink {
  fill: var(--theme-red) !important;
}