[data-md-color-scheme="bots"] {
    --md-primary-fg-color: #74c1f1;
    --md-primary-fg-color--light: #A5D7F5;
    --md-primary-fg-color--dark: #A5D7F5;
    --md-accent-fg-color: #2e739d;
    --md-typeset-a-color: #506b7c;
    --md-typeset-a-color--hover: #2e739d;
}

[data-md-color-scheme="slate"] {
    --md-primary-fg-color: #74c1f1;
    --md-primary-fg-color--light: #A5D7F5;
    --md-primary-fg-color--dark: #85c3e9;
    --md-accent-fg-color: #2e739d;
    --md-hue: 210;
    --md-typeset-a-color: #506b7c;
    --md-typeset-a-color--hover: #2e739d;
}

:root {
  --md-admonition-icon--questions: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path fill="currentColor" d="M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m256-80c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5v3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zm-32 192a32 32 0 1 1 64 0 32 32 0 1 1-64 0"/></svg>')
}
.md-typeset .admonition.questions,
.md-typeset details.questions {
  border-color: #d5ecfa;
}
.md-typeset .questions > .admonition-title,
.md-typeset .questions > summary {
  background-color: #d5ecfa;
}
.md-typeset .questions > .admonition-title::before,
.md-typeset .questions > summary::before {
  background-color: #d5ecfa;
  -webkit-mask-image: var(--md-admonition-icon--questions);
          mask-image: var(--md-admonition-icon--questions);
}