/* StickyHosting brand tokens — Brand Kit 2026. Canonical, shared by WordPress
   and WHMCS. Kit names are authoritative; the --sh-* aliases below keep every
   pre-existing rule working without a rewrite. No gradients on brand marks. */
:root {
 /* Brand Kit palette */
 --sh-forest:#1F7A32;   /* headings, wordmark "sticky" */
 --sh-leaf:#2E9E44;     /* primary brand, buttons, mark */
 --sh-sprout:#8FE066;   /* accents, folded corner, highlights */
 --sh-ink:#1B2B20;      /* body text, dark backgrounds */
 --sh-stone:#6B7280;    /* secondary text, captions */
 --sh-mist:#F3F8F4;     /* page and card backgrounds */

 /* Compatibility aliases */
 --sh-bg:#FFFFFF; --sh-bg-2:var(--sh-mist); --sh-surface:#FFFFFF;
 --sh-green:var(--sh-leaf); --sh-green-2:var(--sh-forest); --sh-green-dark:#17612A;
 --sh-white:var(--sh-ink); --sh-silver:var(--sh-ink); --sh-muted:var(--sh-stone);
 --sh-border:rgba(31,122,50,.16); --sh-border-strong:rgba(31,122,50,.32);
 --sh-glow:rgba(46,158,68,.16); --sh-danger:#C0392B; --sh-warning:#8A6100;
 --sh-info:var(--sh-stone); --sh-radius:14px;
 --sh-font:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;
}
