/*
  BRAND CONFIG — edit this file to rebrand the whole site.
  Change the hex values below and every color on the page updates.
  To rename the brand, also update the wordmark text in index.html
  (search for the "BRAND NAME: change here" comment — it appears once).
*/
:root {
  --brand-primary: #2563eb;   /* buttons, links, primary accents (indigo-blue) */
  --brand-primary-dark: #1d4ed8;
  --brand-accent: #22d3ee;    /* highlights, gradients, icons (cyan) */
  --brand-dark: #0b1220;      /* dark section backgrounds, header/footer */
  --brand-dark-2: #111a2e;
  --brand-ink: #0f172a;       /* main body text */
  --brand-muted: #64748b;     /* secondary text */
  --brand-surface: #f8fafc;   /* light section backgrounds */
  --brand-border: #e2e8f0;
  --font-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
}
