/* ============================================================
   Theme — Corebee (client). class .bp-theme-corebee on the stage.
   Sets the brand seed; the engine (kit/color-engine.css) derives
   the greys + semantic status colours (success/info/warning/danger)
   from it. Corebee is a MINIMAL palette: the brand green appears
   sparingly; the secondary (blue-grey) and tertiary (navy) are for
   accents and very-low-opacity fills only, never as broad UI fills.
   ============================================================ */

.bp-theme-corebee {
  --bp-brand:  #2e7d6b;   /* seed — brand green; the whole ramp + semantics derive from this */

  /* Corebee palette — use SPARINGLY: accents + very-low-opacity fills only.
     Not wired into the kit; reference these explicitly where an accent is wanted. */
  --corebee-secondary: #a8b8c8;   /* muted blue-grey */
  --corebee-tertiary:  #1e3a5f;   /* deep navy */

  --bp-radius:    12px;
  --bp-radius-sm: 8px;
  --bp-font:      'Inter', system-ui, -apple-system, sans-serif;
}
