/* =============================================================================
   KUENTA COMPONENTS — THEME OVERRIDE (per-site / per-city)
   Load this LAST (after index.css). It overrides only the tokens that change
   for a given site, campaign, or city microsite. Components never change —
   you re-skin by editing values here. Leave it empty to inherit the full
   Kuenta default.

   This is the seam that makes 20 / 50 / 100 sites safe: every site links the
   SAME shared component CSS, and differs only by (a) this file and (b) its
   page markup + photos.

   Load order on a page:
     1. fonts
     2. css/index.css        ← the shared library (same on every site)
     3. css/theme-override.css ← this file (per-site)
     4. js/ui.js
   ============================================================================= */

:root {
  /* Uncomment + edit only what changes for this site. Examples:

  --k-jade:        #09D3A0;     accent / CTA color
  --k-jade-press:  #0BC295;
  --k-deep:        #2C6355;     primary dark / brand surface
  --k-mint:        #F2FBF7;     soft section background
  --k-r-image:     20px;        media corner radius
  --k-section-y:   clamp(72px, 6vw + 32px, 128px);   section rhythm

  A city microsite normally changes NOTHING here (brand stays Kuenta) and
  differs only in copy + photos. Reserve overrides for real sub-brands or
  campaigns. */
}
