:root, html {
  --background: #F5F6F8 !important;
  --foreground: #16181D !important;
  --card: #FFFFFF !important;
  --muted: #E8EBF0 !important;
  --muted-foreground: #5C6570 !important;
  --primary: #2F4A63 !important;
  --primary-foreground: #F7F9FC !important;
  --secondary: #EEF1F5 !important;
  --border: #D8DCE3 !important;
  --orange: #2F4A63 !important;
  --accent: #2F4A63 !important;
  --ring: #2F4A63 !important;
  --forest: #2F4A63 !important;
  --paper: #F5F6F8 !important;
  --footer-bg: #E2E7EE !important;
}
html, body, .bg-paper, [class*="bg-paper"] {
  background-color: #F5F6F8 !important;
  color: #16181D !important;
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif !important;
}
/* kill cream washes (#F4F1EA / #F5F2EB etc.) */
.bg-\[\#F4F1EA\], .bg-\[\#F5F2EB\], .bg-\[\#f4f1ea\], .bg-\[\#f5f2eb\],
.bg-amber-50, .bg-yellow-50, .bg-orange-50, .bg-stone-50 {
  background-color: #F5F6F8 !important;
}
header, .sticky, [class*="sticky"] {
  background-color: rgba(245, 246, 248, 0.96) !important;
}
footer, [class*="footer"], .site-footer, .bg-forest, footer.bg-forest, [class*="bg-forest"] {
  background-color: #E2E7EE !important;
  color: #16181D !important;
  border-top: 1px solid #C5CDD8 !important;
}
footer p, footer span, footer a, footer li,
.text-forest-foreground, [class*="text-forest-foreground"] {
  color: #16181D !important;
  opacity: 1 !important;
}
/* Duncan: no grey shadowing */
*, *::before, *::after {
  box-shadow: none !important;
  text-shadow: none !important;
}
.shadow, .shadow-sm, .shadow-md, .shadow-lg, .shadow-xl, .shadow-2xl,
[class*="shadow-"] {
  box-shadow: none !important;
}
.bg-blue-800, .bg-blue-900, .bg-sky-900, .bg-indigo-900,
[class*="bg-orange"], .bg-orange-500, .bg-orange-600,
.bg-orange, [class*="bg-orange"] {
  background-color: #2F4A63 !important;
}
[class*="text-orange"], .text-orange-500, .text-orange-600, .text-orange {
  color: #2F4A63 !important;
}
header a[aria-current="page"], header [aria-current="page"], nav a[aria-current="page"] {
  background-color: #2F4A63 !important;
  color: #F7F9FC !important;
  border-color: #2F4A63 !important;
}
