: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-main-text-color: white;
  --theme-main-border-color: white;
  --theme-reverse-accent: white;
  --theme-reverse-accent-text: black;
  --theme-accent-contrast-text: black;
  --theme-loudness-color: #ef3ea8;
  --theme-character-color: #46b9e7;
  --theme-modal-overlay-background: rgba(0, 0, 0, 0.82);
  --theme-modal-slide-up-overlay-background: rgba(0, 0, 0, 0.56);
  --theme-modal-border-color: #f7f4f299;
  --theme-modal-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
  --theme-modal-mobile-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
  --theme-quick-processor-background: var(--theme-black-background);
  --theme-search-background: #f7f4f21c;
  --theme-search-inner-border-color: rgba(0, 0, 0, 0.2);
  --theme-search-focus-border-color: var(--theme-main-border-color);
  --theme-selected-button-gray: #f7f4f247;
  --theme-dark-gray: #808080;
  --theme-light-gray: #EDEAEA;
  --theme-hyfi-pink: #d66790;
  --theme-yellow: #f6e84a;
  --theme-dividing-line-color: rgba(247, 244, 242, 0.24);;
  --theme-darker-tan:  #131313;
  --theme-light-tan:  #1b1b1b;
  --theme-lightest-tan: #0A0A0A;
}


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