/* Flow hide kill v6 — no photo, no tile, no second parchment. */
:root {
  --hide-cream: #f3ead8;
  --hide-ink: #16110c;
  --parchment: none;
  --parchment-dark: none;
}
html::before,
html::after,
body::before,
body::after {
  content: none !important;
  background: none !important;
  background-image: none !important;
}
html, body {
  background-color: var(--hide-cream) !important;
  background-image: none !important;
}
html[data-theme="dark"],
html[data-theme="dark"] body {
  background-color: var(--hide-ink) !important;
  background-image: none !important;
}
