/* Brand background + nav background overrides (site-wide) */

:root {
  --brand-dark: #0e0c23;
  --background-color: #0e0c23;
}

/* Ghost default nav uses --background-color; keep a consistent brand navy */
.gh-navigation {
  background-color: rgba(14, 12, 35, 0.92);
}

