:root {
    --md-primary-fg-color:        #aad231;
    --md-primary-fg-color--light: #ECB7B7;
    --md-primary-fg-color--dark:  #90030C;
    --md-status--happy: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2M7 9.5C7 8.7 7.7 8 8.5 8s1.5.7 1.5 1.5S9.3 11 8.5 11 7 10.3 7 9.5m5 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81M15.5 11c-.8 0-1.5-.7-1.5-1.5S14.7 8 15.5 8s1.5.7 1.5 1.5-.7 1.5-1.5 1.5Z"/></svg>')
  }
.md-typeset {
  font-size: 0.7rem;
  line-height: 1.4;
}

.md-status--modul::after {
  mask-image: var(--md-status--happy)
}

:root {
  --md-admonition-icon--feature: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path transform="matrix(1.0942661,0,0,1.0942661,52.573111,52.573111)" d="M 34.395831,34.395831 3.0437797,19.217669 -22.083483,43.341276 -17.33651,8.833393 -48.044174,-7.6094495 -13.758332,-13.758332 -7.6094498,-48.044174 8.8333932,-17.33651 43.341276,-22.083483 19.217669,3.0437799 Z" /></svg>')
}
.md-typeset .admonition.feature,
.md-typeset details.feature {
  border-color: #aad231;
}
.md-typeset .feature > .admonition-title,
.md-typeset .feature > summary {
  background-color: #aad231;
}
.md-typeset .feature > .admonition-title::before,
.md-typeset .feature > summary::before {
  background-color: orangered;
  -webkit-mask-image: var(--md-admonition-icon--feature);
          mask-image: var(--md-admonition-icon--feature);
}
