/* Joenit — identity only; the shared chrome lives in theme.css.
   --brand paints the kickers, link hover, card hover border and the active
   language pill. Everything that leads back to the mothership stays Joenit
   blue (--accent / --blue-900), and availability stays GREEN (--ok) on
   every brand — a fact about the product, never the brand's colour.
   --logo-h is how tall this brand's logo is painted in the chrome; the
   four differ because the four drawings differ (see BrandSite.LogoHeightPx). */
:root { --brand: #0b3d91; --logo-h: 32px; }