/* Keep emojis full-color inside headings and callouts */
.md-typeset h1 .mu-icon,
.md-typeset h2 .mu-icon,
.md-typeset h3 .mu-icon,
.mu-callout .mu-icon {
  all: revert;
  display: inline-block;
  margin-right: .5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji","Segoe UI Symbol", emoji !important;
  color: initial !important;
  -webkit-text-fill-color: initial !important;
  -webkit-background-clip: initial !important;
  background: none !important;
  text-shadow: none !important;
  filter: none !important;
}
