/* NextGenCopyAI brand overrides (small, optional).
 * Upload this file to Systeme.io Media and set its URL in configs/brands/ngcai.yml as override_css_url.
 */
:root {
  /* Slightly cooler gradient */
  --purple: #7c6bf9;
  --cyan: #2de2e6; /* keep */
  --grad: linear-gradient(90deg, var(--cyan), var(--purple));
}

/* Example micro-typography tweak */
.hero-h1 { letter-spacing: 0.2px; }

