/* ==========================================================================
   Enerbot — Facade product line theme
   Loaded after style.css on Facade product pages only (products/f1.html,
   products/f2.html). Re-points the same accent custom properties style.css
   already uses everywhere (buttons, eyebrows, spec headers, focus rings,
   form focus states, etc.) from the Solar line's orange to the Facade line's
   blue, so no selectors need duplicating — every component re-themes itself.
   Values are lifted from the Facade logo mark (assets/img/logo-facade-full.png).
   ========================================================================== */

:root {
  --accent-1: #7ecbfa;
  /* light sky blue */
  --accent-2: #3b82f6;
  /* blue */
  --accent-3: #2b4fc0;
  /* deep indigo */
  --accent-gradient: linear-gradient(135deg, var(--accent-1) 0%, var(--accent-2) 55%, var(--accent-3) 100%);
  --accent-solid: #3b82f6;
  --accent-soft-bg: rgba(59, 130, 246, 0.1);
  --accent-ring: rgba(59, 130, 246, 0.45);
}
