/* ============================================================
   MyRemoting theme — brand overrides for the iOwn design system
   ------------------------------------------------------------
   This restates ONLY the THEME (brand) variables from the shared
   iOwn DS (iown.v1.css) at MyRemoting's navy + green values, so
   MyRemoting is the explicit theme. Another product can COPY this
   file and change ONLY these values to re-skin every page — the DS
   structural tokens (spacing/radii/type/shadows/motion/neutrals)
   stay in the shared file and should not be duplicated here.

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

  /* Accent (brand green) family */
  --accent:#4CAF50; --accent-2:#34d399; --accent-bg:#11261c; --accent-bg-h:#163524; --accent-bd:#1f5c43;
  --accent-soft:#6ee7b7;

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

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