:root {
  --logo-alignment: center;
  --logo-height: 50px;
  --logo-margin-left: 0px;
  --logo-margin-top: 0px;
  --compact-logo-size: 56px;
  --header-logo: url(https://storage.googleapis.com/path-content/anthology/media/6dd4c017-536a-4a6a-90f5-068480905e30/logo-anthology.png);
  --btn-primary-color: hsla(356, 70%, 50.0%, 1);
  --btn-primary-shadow-color: hsla(356, 70%, 20.0%, 0.5);
  --primary-d1: hsla(356, 70%, 50.0%, 1);
  --btn-primary-hover-color: hsla(356, 70%, 40.0%, 1);
  --btn-primary-hover-shadow-color: hsla(356, 70%, 16.0%, 0.65);
  --primary: hsla(356, 70%, 40.0%, 1);
  --primary-d3: hsla(356, 70%, 16.0%, 1);
  --btn-text-color: hsla(0, 100%, 100.0%, 1);
  --btn-text-hover-color: hsla(0, 100%, 100.0%, 1);
  --btn-borderless-active-text-color: hsla(356, 70%, 50.0%, 1);
  --btn-borderless-active-icon-color: hsla(356, 70%, 50.0%, 1);
  --btn-borderless-secondary-active-bg-color: hsla(356, 70%, 60%, 0.15);
  --link-color: hsla(356, 70%, 50.0%, 1);
  --link-underline-color: hsla(356, 70%, 50.0%, 0.2);
  --link-hover-color: hsla(356, 70%, 50.0%, 1);
  --link-underline-hover-color: hsla(356, 70%, 50.0%, 0.6);
  --header-color: hsla(0, 100%, 100.0%, 1);
  --secondary: hsla(0, 100%, 100.0%, 1);
  --header-fg-color: hsla(356, 70%, 50.0%, 1);
  --tab-active-icon-color: hsla(356, 70%, 40.0%, 1);
  --tab-active-text-color: hsla(356, 70%, 40.0%, 1);
  --tab-active-border-color: hsla(356, 70%, 40.0%, 1);
  --tab-focus-border-color: hsla(356, 70%, 40.0%, 0.5);
  --avatar-bg-color: hsla(210, 50%, 98.0%, 1);
  --avatar-icon-color: hsla(356, 70%, 50.0%, 1);
  --label-bg-color: hsla(356, 70%, 40.0%, 1);
  --label-text-color: hsla(0, 100%, 100.0%, 1);
  --icon-brand: hsla(356, 70%, 40.0%, 1);
  --text-brand: hsla(356, 70%, 40.0%, 1);
  --focus-outline-color: hsla(356, 70%, 40.0%, 1);
  --link-underline-focus-color: hsla(356, 70%, 40.0%, 1);
  --input-color: hsla(356, 70%, 40.0%, 1);
  --input-hover-color: hsla(356, 70%, 36.0%, 1);
  --main-menu-bg-color: hsl(0, 0%, 100%);
  --main-menu-text-color: hsla(240, 91%, 2%, 0.9);
  --main-menu-item-bg-hover-color: hsla(0, 0%, 63%, 0.15);
  --main-menu-text-hover-color: hsla(240, 91%, 2%, 0.9);
  --main-menu-active-item-bg-color: hsl(171, 61%, 91%);
  --main-menu-active-item-text-color: hsla(240, 91%, 2%, 0.9);
  --highlight-bg-color: hsla(210, 50%, 98.0%, 1);
  --primary-l: hsla(210, 50%, 98.0%, 1);
  --highlight-text-color: hsla(235, 59%, 9.0%, 0.93);
  --highlight-icon-color: hsla(235, 59%, 9.0%, 0.8);
  --message-bubble-bg: hsla(210, 50%, 98.0%, 1);
  --badge-bg-brand: hsl(226, 64%, 17%);
  --background-overlay-color: hsla(356, 70%, 50.0%, 0.45);
  --bg-overlay-color-primary: hsla(356, 70%, 50.0%, 0.45);
  --primary-d2: hsla(356, 70%, 50.0%, 0.45);
  --quick-link-card-overlay: hsla(226, 64%, 17%, 0.9);
  --bg-color-base: hsl(240, 4%, 95%);
  --dashboard-background-overlay: hsla(240, 4%, 95%, 0.7);
  --dashboard-foreground-color: hsl(240, 16%, 12%);
  --quick-link-capsule-bg-color: hsl(226, 64%, 17%);
  --quick-link-capsule-bg-hover-color: hsla(0, 0%, 63%, 0.15);
  --quick-link-capsule-text-color: hsl(0, 0%, 100%);
  --loader-color: hsla(356, 70%, 50.0%, 1);
  --login-config-issue-background-color: hsl(4, 100%, 68%);
  --splash-background-color: hsl(4, 100%, 68%);
}

.dark-theme:not(.force-light-theme) {
  --main-menu-bg-color: hsl(240, 6%, 14%);
  --main-menu-text-color: hsl(240, 100%, 98%);
  --main-menu-item-bg-hover-color: hsla(0, 0%, 63%, 0.15);
  --main-menu-text-hover-color: hsl(240, 100%, 98%);
  --main-menu-active-item-bg-color: hsl(186, 25%, 18%);
  --main-menu-active-item-text-color: hsl(240, 100%, 98%);
  --highlight-text-color: hsla(0, 100%, 100.0%, 0.93);
  --highlight-icon-color: hsla(0, 100%, 100.0%, 0.8);
  --badge-bg-brand: hsl(4, 64%, 52%);
  --quick-link-card-overlay: hsla(4, 64%, 52%, 0.9);
  --bg-color-base: hsl(0, 0%, 8%);
  --dashboard-background-overlay: hsla(0, 0%, 8%, 0.7);
  --dashboard-foreground-color: hsl(240, 100%, 99%);
  --quick-link-capsule-bg-color: hsl(4, 64%, 52%);
  --quick-link-capsule-bg-hover-color: hsla(0, 0%, 63%, 0.15);
  --quick-link-capsule-text-color: hsl(0, 0%, 100%);
  --login-config-issue-background-color: hsl(4, 100%, 68%);
  --splash-background-color: hsl(4, 100%, 68%);
}