/* ============================================================
   MyBooks theme — brand overrides for the iOwn design system
   ------------------------------------------------------------
   MyBooks is a desktop accounting app (QuickBooks Desktop
   replacement). This restates ONLY the THEME (brand) variables
   from the shared iOwn DS (iown.v1.css) at MyBooks' navy + teal
   values. The DS structural tokens (spacing/radii/type/shadows/
   motion/neutrals) stay in the shared file and are not duplicated.

   Accent: a calm professional TEAL — trustworthy for financial
   software and deliberately distinct from MyRemoting's kelly
   green. Navy surfaces are shared across the iOwn family.

   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 iOwn family) */
  --bg:#0f1a2e; --grad1:#0f1a2e; --grad2:#1B365D;
  --panel:#14213a; --panel2:#0b1424;

  /* Accent (brand teal) family */
  --accent:#14b8a6; --accent-2:#2dd4bf; --accent-bg:#0c2a2a; --accent-bg-h:#123a39; --accent-bd:#1f6b64;
  --accent-soft:#5eead4;

  /* text on a solid teal fill (readable dark ink) */
  --accent-ink:#04211e;

  /* Accent-adjacent brand hues */
  --blue:#60a5fa; --amber:#fbbf24;

  /* On-prem "vault" steel palette (cool, NOT teal) — unused by
     MyBooks but kept for parity with the shared DS. */
  --onprem-bg:#0b1422;
  --onprem-bd:#3a4c66;
  --onprem-accent:#9fb6d6;
}
