:root{
  --brand:#0b766d;
  --brand-dark:#073e39;
  --accent:#d5a85b;
  --ink:#10231f;
  --muted:#64736f;
  --soft:#f3f7f6;
  --line:#dfe8e5;
  --white:#fff;
  --radius:22px;
  --shadow:0 10px 32px rgba(7,32,28,.09);
  --shadow-hover:0 18px 48px rgba(7,32,28,.15);
}
