/* Continental Institute tokens — values exactly as documented in the handoff
   README. Supplied so the design file runs unmodified; no design decisions. */
:root{
  --ci-green:#023C14;
  --ci-bone:#E9E7E4;
  --ci-black:#000000;
  --text-inverse-muted:rgba(233,231,228,.70);
  --text-secondary:rgba(0,0,0,.65);
  --text-tertiary:rgba(0,0,0,.45);
  --border-inverse:rgba(233,231,228,.25);
  --border-inverse-hairline:rgba(233,231,228,.16);
  --border-hairline:rgba(0,0,0,.14);
}
