:root{
  --green:       #1F6B43;  /* primary brand, CTAs, accents */
  --green-dark:  #134D2F;  /* hover, dark text on mint */
  --green-2:     #2F8F5E;
  --mint:        #C8E6CF;
  --mint-2:      #E8F3EC;  /* soft tint backgrounds, chips */
  --leaf:        #74C69D;
  --lime:        #D7EF8A;  /* lime accent — bright CTA, highlights */
  --paper:       #FAFAF7;  /* off-white section bg */
  --white:       #FFFFFF;
  --ink:         #0F1A14;  /* near-black green text, dark buttons */
  --ink-2:       #4A5950;  /* secondary text */
  --ink-soft:    #8B998F;  /* tertiary text, captions */
  --line:        rgba(15,26,20,.08);  /* hairline */
  --line-2:      rgba(15,26,20,.16);  /* stronger hairline */

  /* Radii */
  --r-sm:8px; --r-md:14px; --r-lg:18px; --r-xl:24px; --r-2xl:28px;

  --wrap: 1280px;
}
