:root {
  --general-background: var(--hex-codes-sand);
  --general-heading: var(--hex-codes-gunmetal);
  --general-body: var(--hex-codes-charcoal);
  --overlays-dark: var(--hex-codes-50-overlay);
  --nsfw-radius: 1000px;
  --checkbox-text: var(--hex-codes-gunmetal);
  --filter-accordions-text: var(--hex-codes-gunmetal);
  --filter-accordions-text-hover: var(--hex-codes-teal);
  --filter-accordions-search-text: var(--hex-codes-charcoal);
  --filter-accordions-search-fill: var(--hex-codes-sand);
  --filter-accordions-stroke: var(--hex-codes-light-grey);
  --checkbox-outline: var(--hex-codes-light-grey);
  --checkbox-outline-active: var(--hex-codes-evergreen);
  --checkbox-fill: var(--hex-codes-sand);
  --checkbox-fill-active: var(--hex-codes-moss);
  --checkbox-check: var(--hex-codes-evergreen);
  --nsfw-text: var(--hex-codes-gunmetal);
  --nsfw-text-selected: var(--hex-codes-gunmetal);
  --nsfw-stroke: var(--hex-codes-light-grey);
  --nsfw-stroke-selected: var(--hex-codes-light-grey);
  --nsfw-fill: var(--hex-codes-sand);
  --nsfw-fill-selected: var(--hex-codes-dandelion);
  --ui-tags-radius: 1000px;
  --ui-tags-fill: var(--hex-codes-white);
  --ui-tags-elements: var(--hex-codes-gunmetal);
  --overlays-elements: var(--hex-codes-white);
  --cards-radius: 0px;
  --cards-background: var(--hex-codes-moss);
  --popup-scrim: var(--hex-codes-scrim);
  --popup-fill: var(--hex-codes-white);
  --popup-heading: var(--hex-codes-gunmetal);
  --popup-ui: var(--hex-codes-gunmetal);
  --treatment-tags-radius: 1000px;
  --treatment-tags-fill: var(--hex-codes-white);
  --treatment-tags-fill-hover: var(--hex-codes-sky);
  --treatment-tags-text: var(--hex-codes-gunmetal);
  --treatment-tags-text-hover: var(--hex-codes-gunmetal);
  --detail-tabs-text: var(--hex-codes-charcoal);
  --detail-tabs-text-hover: var(--hex-codes-teal);
  --detail-tabs-text-active: var(--hex-codes-gunmetal);
  --detail-tabs-stroke: var(--hex-codes-light-grey);
  --detail-tabs-stroke-hover: var(--hex-codes-light-grey);
  --detail-tabs-stroke-active: var(--hex-codes-gunmetal);
  --cta-card-radius: 16px;
  --video-ui-fill: var(--hex-codes-white);
  --additional-images-active: var(--hex-codes-evergreen);
  --additional-images-chevron: var(--hex-codes-gunmetal);
  --additional-images-chevron-hover: var(--hex-codes-teal);
  --video-ui-fill-hover: var(--hex-codes-white);
  --video-ui-element: var(--hex-codes-gunmetal);
  --video-ui-element-hover: var(--hex-codes-teal);
  --cta-card-background: var(--hex-codes-evergreen);
  --cta-card-heading: var(--hex-codes-white);
  --cta-button-radius: var(--cta-card-radius);
  --cta-button-fill: var(--cards-background);
  --arrow-buttons-fill: var(--hex-codes-dandelion);
  --arrow-buttons-elements: var(--hex-codes-gunmetal);
  --arrow-buttons-stroke: var(--hex-codes-gunmetal);
}