:root {
  --md-status--todo: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 7.1.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 d="M208 40a56 56 0 1 1 112 0 56 56 0 1 1-112 0M10.5 181.3c5.9-11.9 20.3-16.7 32.2-10.7l24.6 12.3 12.2-20.4C98.4 131 132.7 112 169.1 112c46.2 0 87.7 30.5 100.5 75.4l32.2 112.7 92.9 46.4 25.8-43c5.8-9.6 16.2-15.5 27.4-15.5s21.7 5.9 27.4 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S555.5 512 544 512H352c-11.5 0-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l45.4-75.8L21.3 213.5c-11.9-5.9-16.7-20.3-10.7-32.2zm83.8 126.1 112 56c10.8 5.4 17.7 16.5 17.7 28.6v88c0 17.7-14.3 32-32 32s-32-14.3-32-32v-68.2l-61.3-30.7-36.3 109c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.4l48-144c2.9-8.8 9.5-15.9 18.1-19.4s18.3-3.2 26.6.9z"/></svg>')
}
:root > * {
  --tao-color:        #7d2124;
  /* --md-primary-fg-color: var(--tao-color); */
}

.md-header,
.md-tabs {
  background-color: var(--tao-color);
}


.md-typeset .admonition,
.md-typeset details {
  border-width: 0;
  border-left-width: 4px;
}

.md-status--todo::after {
  opacity: 30%;
  --webkit-mask-image: var(--md-status--todo);
  mask-image: var(--md-status--todo);
}

.single-column {
  grid-template-columns: 1fr !important;
  max-width: 40%;
  margin: 0 auto !important;
}

@media (max-width: 900px) {
  .md-content .single-column {
    max-width: 70%;
  }
}

@media (max-width: 600px) {
  .md-content .single-column {
    max-width: 100%;
  }
}

.home-column {
  grid-template-columns: 1fr 1fr !important;
  max-width: 70%;
  margin: 0 auto !important;
}

@media (max-width: 900px) {
  .md-content .home-column {
  grid-template-columns: 1fr !important;
    max-width: 70%;
  }
}

@media (max-width: 600px) {
  .md-content .home-column {
  grid-template-columns: 1fr !important;
    max-width: 100%;
  }
}