/**
 * @esposure/brand-tokens — ESPOSURE (esposure.gg) brand overlay
 * ============================================================
 * Load AFTER brand-tokens.css. Esposure.gg is the infrastructure/parent-company
 * site: black/white foundation with the shared Pathfinity purple accent, and a
 * dark-default surface. The shared core already carries the purple accent and
 * functional colors; this overlay only adds esposure.gg's foundation neutrals
 * and the ecosystem-bar gradient.
 *
 * Extracted from esposure-website/assets/css/styles.css :root.
 */

:root {
  /* ==== ESPOSURE FOUNDATION NEUTRALS ==== */
  --primary-black: #000000;
  --primary-white: #ffffff;
  --charcoal: #1a1a1a;
  --light-gray: #f5f5f5;
  --medium-gray: #808080;

  /* Shared Pathfinity accents (aliases onto the core purple/indigo) */
  --pathfinity-purple: var(--color-primary);   /* #8b5cf6 */
  --pathfinity-indigo: var(--color-secondary); /* #6366f1 */
  --accent-gradient: var(--gradient-learn);    /* purple -> indigo */

  /* Ecosystem bar (suite ribbon) */
  --ecosystem-bar-bg: var(--gradient-learn);
}
