/* Theme override: global page background (keep header/footer as-is) */
:root{
  --bg-900: #1F2328;
  --bg-800: #23272E;   /* slightly lighter panel tint if needed */
}

/* Global page background */
body{
  background: var(--bg-900, #1F2328);
}

/* Optional polish: harmonize frosted panel tint a touch without affecting header/footer */
.card.frosted,
.frosted{
  background-color: rgba(35, 39, 46, 0.40);
}

/* Optional: ensure default sections read well on new bg */
.section.container{
  color: inherit;
}
