/* Neobleu Email shell — light white-label over stock Plunk dashboard.
   Loaded via brand-proxy inject. See docs/BRANDING-MODS.md */
:root {
  --neobleu-ink: #0b1220;
  --neobleu-paper: #f7f5f1;
  --neobleu-accent: #1f4b99;
}

/* Soften Plunk-default purple lean toward Neobleu ink */
body {
  background-color: var(--neobleu-paper) !important;
}
