/* MERO Product — PM Planner — per-service theme (ICP A: founders + self-use).
   Recognizable MERO family, distinct accent. One knob: --brand-h.
   Load AFTER styles.css:
     <link rel="stylesheet" href="../styles.css">
     <link rel="stylesheet" href="mero-product.theme.css">

   Accent: teal (185) — calm/focused, fits a planning tool. Cream stays shared. */

:root {
  --brand-h: 185;   /* teal — the one number that re-accents the whole system */
}
