html:root {
  --paper: #f3eef5;
}

html:not(.theme-dark):not(.theme-contrast) {
  --muted: #676f6e;
  --accent: #8d3f1e;
}

html:not(.theme-dark):not(.theme-contrast) body > nav {
  background: rgba(243, 238, 247, 0.92);
}

html:not(.theme-dark):not(.theme-contrast) body > nav.header-scrolled {
  background: rgba(243, 238, 247, 0.54);
}

html:not(.theme-dark):not(.theme-contrast) .back-to-top {
  background: rgba(243, 238, 247, 0.94);
}

html:not(.theme-dark):not(.theme-contrast) h1 em,
html:not(.theme-dark):not(.theme-contrast) h2 em {
  color: #7a2596;
  text-shadow:
    0 0 2px rgba(255, 231, 128, 0.7),
    0 0 4px rgba(255, 220, 92, 0.45),
    1px 1px 0 rgba(240, 199, 68, 0.65);
}
