:root {
  --bg: #ffffff;
  --bg-alt: #ffffff;
  --text: #000000;
  --muted: rgba(0, 0, 0, 0.7);
  --accent: #fe7d1e;
  --accent-contrast: #ffffff;
  --border: rgba(254, 125, 30, 0.25);
  --header-bg: rgb(254, 125, 30);
  --footer-bg: rgb(254, 125, 30);
  --cta-red: rgba(51, 153, 0, 1);
  --cta-green: rgba(51, 153, 0, 1);
  --on-cta: #ffffff;
  --radius: 12px;
}

.post-entry,
.first-entry,
.post-single {
  background: #ffffff;
}
