/* my-custom-variant */
:root {
  --wim-color-world-blue: #002B84;  /* rgb(0, 43, 132)  rgba(0, 43, 132, 1) */
  --wim-color-world-green: #00CFAF; /* rgb(0, 207, 175) rgba(0, 207, 175, 1) */
  --wim-color-air-blue: #3333FF;    /* rgb(51, 51, 255) rgba(51, 51, 255, 1) */
  --wim-color-water-blue: #00AAFF;  /* rgb(0, 170, 255) rgba(0, 170, 255, 1) */
  --PRIMARY-color: var(--wim-color-world-green); /* brand primary color */
  --SECONDARY-color: var(--wim-color-world-blue); /* brand secondary color */
  --ACCENT-color: var(--wim-color-world-green); /* brand accent color, used for search highlights */
  --MAIN-LINK-HOVER-color: rgba( 32, 40, 145, 1 ); /* hoverd link color of content */
  --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* background color of content */
  --MAIN-TEXT-color: rgba( 0, 0, 0, 1 ); /* text color of content and h1 titles */
  --MAIN-TITLES-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of h2-h6 titles and transparent box titles */
  --MAIN-TITLES-H1-color: var(--wim-color-world-blue); /* text color of h1 titles */
  --MAIN-TITLES-H2-color: var(--wim-color-world-blue); /* text color of h1 titles */
  --MAIN-font: Open Sans; /* text font of content and h1 titles */
  --CODE-theme: relearn-light; /* name of the chroma stylesheet file */
  --CODE-BLOCK-color: rgba( 39, 40, 34, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
  --CODE-BLOCK-BG-color: rgba( 250, 250, 250, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
  --CODE-BLOCK-BORDER-color: rgba( 216, 216, 216, 1 ); /* border color of block code */
  --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* text color of inline code */
  --CODE-INLINE-BG-color: rgba( 255, 250, 233, 1 ); /* background color of inline code */
  --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* border color of inline code */
  --BROWSER-theme: light; /* name of the theme for browser scrollbars of the main section */
  --MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in hugo.toml */
  --OPENAPI-theme: light; /* name of the default OpenAPI theme for this variant, can be overridden in hugo.toml */
  --OPENAPI-CODE-theme: idea; /* name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml */
  --MENU-HEADER-BG-color: rgba( 255, 255, 255, 1 ); /* home button color if configured */
  --MENU-HOME-LINK-color: rgba( 64, 64, 64, 1 ); /* home button color if configured */
  --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* hoverd home button color if configured */
  --MENU-SEARCH-color: var(--SECONDARY-color); /* text and icon color of search box */
  --MENU-SEARCH-BG-color: rgba( 255, 255, 255, 1 ); /* background color of search box */
  --MENU-SEARCH-BORDER-color: rgba( 224, 224, 224, 1 ); /* border color of search box */
  --MENU-SECTIONS-BG-color: linear-gradient( to bottom right, rgba(0, 207, 175, 0.25), rgba( 0, 207, 175, 0.75) ); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
  --MENU-SECTIONS-ACTIVE-BG-color: rgba( 0, 0, 0, .166 ); /* background color of the active menu section */
  --MENU-SECTIONS-LINK-color: #303030; /* link color of menu topics */
  --MENU-SECTIONS-LINK-HOVER-color: rgba( 255, 255, 255, 1 ); /* hoverd link color of menu topics */
  --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 68, 68, 68, 1 ); /* text color of the displayed menu topic */
  --MENU-SECTION-SEPARATOR-color: rgba( 96, 96, 96, 1 ); /* separator color between menu sections and menu footer */
  --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* text color of colored box titles */
  --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* background color of colored boxes */
  --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of colored box content */
}

h1 {
  font-weight: 400;
  text-align: start;
  text-transform: inherit;
}

#R-sidebar .nav-title {
  text-transform: inherit;
}

#R-body .tags a.term-link[href*='allergies'] {
  background-color: #FE4291;
}

#R-body .tags a.term-link[href*='allergies']:before {
  border-right-color: #FE4291;
}

#R-body .tags a.term-link[href*='bad-smells'] {
  background-color: #F04CB6;
}

#R-body .tags a.term-link[href*='bad-smells']:before {
  border-right-color: #F04CB6;
}

#R-body .tags a.term-link[href*='bad-taste'] {
  background-color: #D160DB;
}

#R-body .tags a.term-link[href*='bad-taste']:before {
  border-right-color: #D160DB;
}

#R-body .tags a.term-link[href*='brain-fog--headaches'] {
  background-color: #A175F8;
}

#R-body .tags a.term-link[href*='brain-fog--headaches']:before {
  border-right-color: #A175F8;
}

#R-body .tags a.term-link[href*='breathing-irritants'] {
  background-color: #4E87FF;
}

#R-body .tags a.term-link[href*='breathing-irritants']:before {
  border-right-color: #4E87FF;
}

#R-body .tags a.term-link[href*='carcinogenic'] {
  background-color: #0096FF;
}

#R-body .tags a.term-link[href*='carcinogenic']:before {
  border-right-color: #0096FF;
}

#R-body .tags a.term-link[href*='cardiovascular-risk-CVD'] {
  background-color: #00A0FF;
}

#R-body .tags a.term-link[href*='cardiovascular-risk-CVD']:before {
  border-right-color: #00A0FF;
}

#R-body .tags a.term-link[href*='eye-issues'] {
  background-color: #00A7FA;
}

#R-body .tags a.term-link[href*='eye-issues']:before {
  border-right-color: #00A7FA;
}

#R-body .tags a.term-link[href*='fertility--endocrine-disruptors'] {
  background-color: #00AADC;
}

#R-body .tags a.term-link[href*='fertility--endocrine-disruptors']:before {
  border-right-color: #00AADC;
}

#R-body .tags a.term-link[href*='forever-chemicals-PFAS'] {
  background-color: #00ABB7;
}

#R-body .tags a.term-link[href*='forever-chemicals-PFAS']:before {
  border-right-color: #00ABB7;
}

#R-body .tags a.term-link[href*='gastrointestinal-issues'] {
  background-color: #00AB8E;
}

#R-body .tags a.term-link[href*='gastrointestinal-issues']:before {
  border-right-color: #00AB8E;
}

#R-body .tags a.term-link[href*='mould-issues'] {
  background-color: #00A965;
}

#R-body .tags a.term-link[href*='mould-issues']:before {
  border-right-color: #00A965;
}

#R-body .tags a.term-link[href*='neurotoxic'] {
  background-color: #00A53C;
}

#R-body .tags a.term-link[href*='neurotoxic']:before {
  border-right-color: #00A53C;
}

#R-body .tags a.term-link[href*='risk-of-anxiety--depression'] {
  background-color: #56A007;
}

#R-body .tags a.term-link[href*='risk-of-anxiety--depression']:before {
  border-right-color: #56A007;
}

#R-body .tags a.term-link[href*='risk-of-fatigue'] {
  background-color: #839700;
}

#R-body .tags a.term-link[href*='risk-of-fatigue']:before {
  border-right-color: #839700;
}

#R-body .tags a.term-link[href*='risk-to-immunity'] {
  background-color: #A98C00;
}

#R-body .tags a.term-link[href*='risk-to-immunity']:before {
  border-right-color: #A98C00;
}

#R-body .tags a.term-link[href*='risk-to-plant-life'] {
  background-color: #C97D00;
}

#R-body .tags a.term-link[href*='risk-to-plant-life']:before {
  border-right-color: #C97D00;
}

#R-body .tags a.term-link[href*='risk-to-wildlife'] {
  background-color: #E46B1B;
}

#R-body .tags a.term-link[href*='risk-to-wildlife']:before {
  border-right-color: #E46B1B;
}

#R-body .tags a.term-link[href*='road-fumes'] {
  background-color: #F75742;
}

#R-body .tags a.term-link[href*='road-fumes']:before {
  border-right-color: #F75742;
}

/* #FF4767 spare color from 20 generated using https://supercolorpalette.com/ using LCH, in Analogous mode with #FE4291 as the base color and -18 hue shift */
