:root {
  --additional-images-active: var(--hex-codes-blue);
  --additional-images-chevron: var(--hex-codes-oxford-blue);
  --additional-images-chevron-hover: var(--hex-codes-blue-teal);
  --cards-background: var(--hex-codes-white);
  --cards-radius: 0px;
  --checkbox-check: var(--hex-codes-white);
  --checkbox-fill: var(--hex-codes-white);
  --checkbox-fill-active: var(--hex-codes-navy);
  --checkbox-outline: var(--hex-codes-light-grey);
  --checkbox-outline-active: var(--hex-codes-navy);
  --checkbox-text: var(--hex-codes-oxford-blue);
  --cta-card-background: var(--hex-codes-blue);
  --cta-card-heading: var(--hex-codes-white);
  --cta-card-radius: 0px;
  --detail-tabs-stroke: var(--hex-codes-light-grey);
  --detail-tabs-stroke-active: var(--hex-codes-blue);
  --detail-tabs-stroke-hover: var(--hex-codes-light-grey);
  --detail-tabs-text: var(--hex-codes-iridium);
  --detail-tabs-text-active: var(--hex-codes-oxford-blue);
  --detail-tabs-text-hover: var(--hex-codes-blue-teal);
  --filter-accordions-search-fill: var(--hex-codes-white);
  --filter-accordions-search-text: var(--hex-codes-iridium);
  --filter-accordions-stroke: var(--hex-codes-light-grey);
  --filter-accordions-text: var(--hex-codes-oxford-blue);
  --filter-accordions-text-hover: var(--hex-codes-blue-teal);
  --general-background: var(--hex-codes-diamond);
  --general-body: var(--hex-codes-iridium);
  --general-heading: var(--hex-codes-oxford-blue);
  --nsfw-fill: var(--hex-codes-white);
  --nsfw-fill-selected: var(--hex-codes-blue);
  --nsfw-radius: 1000px;
  --nsfw-stroke: var(--hex-codes-light-grey);
  --nsfw-stroke-selected: var(--hex-codes-light-grey);
  --nsfw-text: var(--hex-codes-oxford-blue);
  --nsfw-text-selected: var(--hex-codes-white);
  --overlays-dark: #00000080;
  --overlays-elements: var(--hex-codes-white);
  --popup-fill: var(--hex-codes-white);
  --popup-heading: var(--hex-codes-oxford-blue);
  --popup-scrim: var(--hex-codes-scrim);
  --popup-ui: var(--hex-codes-oxford-blue);
  --treatment-tags-fill: var(--hex-codes-white);
  --treatment-tags-fill-hover: var(--hex-codes-blue);
  --treatment-tags-radius: 1000px;
  --treatment-tags-text: var(--hex-codes-oxford-blue);
  --treatment-tags-text-hover: var(--hex-codes-white);
  --ui-tags-elements: var(--hex-codes-oxford-blue);
  --ui-tags-fill:  var(--hex-codes-white);
  --ui-tags-radius: 1000px;
  --video-ui-element: var(--hex-codes-oxford-blue);
  --video-ui-element-hover: var(--hex-codes-blue-teal);
  --video-ui-fill: var(--hex-codes-white);
  --video-ui-fill-hover: var(--hex-codes-white);
}
.ll-ba-card__hover-text {
  --body-color: var(--hex-codes-white);
}
.ll-ba-sensitive-btn:hover {
  color: var(--hex-codes-white);
}
