/* ============================================================
   I Own Software theme — brand overrides for the iOwn design system
   ------------------------------------------------------------
   This restates ONLY the THEME (brand) variables from the shared
   iOwn DS (iown.v1.css) at I Own Software's navy + indigo values,
   so the parent corporate site is the explicit theme. The DS
   structural tokens (spacing/radii/type/shadows/motion/neutrals)
   stay in the shared file and are NOT duplicated here.

   Accent choice: a refined corporate INDIGO — distinct from the
   MyRemoting product green, reads more "parent company," and pops
   cleanly against the shared navy surfaces.

   Link order on each page:
     <link rel="stylesheet" href="https://api.iownsoftware.com/assets/ds/iown.v1.css">
     <link rel="stylesheet" href="/theme.css">
   ============================================================ */
:root{
  /* Navy surfaces / gradient (shared — kept as the iOwn navy) */
  --bg:#0f1a2e; --grad1:#0f1a2e; --grad2:#1B365D;
  --panel:#14213a; --panel2:#0b1424;

  /* Accent (corporate indigo) family */
  --accent:#6366f1; --accent-2:#818cf8; --accent-bg:#171a3a; --accent-bg-h:#20244d; --accent-bd:#3b3f7a;
  --accent-soft:#a5b4fc;
  --accent-ink:#0b0f2e;   /* text on a solid indigo fill */

  /* Accent-adjacent brand hues */
  --blue:#818cf8; --amber:#fbbf24;

  /* On-prem "vault" steel palette (cool, NOT indigo) */
  --onprem-bg:#0b1422;
  --onprem-bd:#3a4c66;
  --onprem-accent:#9fb6d6;
}
