:root {
  --paper: #FAF7F0 !important;
  --soft: #F0E9DC !important;
  --sea: #7CB342 !important;
  --deep: #33691E !important;
  --gold: #7CB342 !important;
  --ink: #1B1B18 !important;
  --muted: #5F6259 !important;
  --line: rgba(27, 27, 24, .14) !important;
}
body { background: var(--paper) !important; color: var(--ink) !important; }
.site-head { background: rgba(250,247,240,.94) !important; }
.brand span:last-child span { color: #6D4C41 !important; }
.kicker { color: #6D4C41 !important; }
.cta { background: #33691E !important; border-radius: 18px !important; }
.btn { background: #7CB342 !important; color: #214713 !important; }
.btn.alt { background: transparent !important; color: #FAF7F0 !important; }
footer { background: #6D4C41 !important; }
.back { color: #33691E !important; }
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #7CB342; color: #214713; text-decoration: none; box-shadow: 0 15px 40px rgba(33,71,19,.28); font-size: 0; }
.wa-float::after { content: "W"; font: 800 16px/1 system-ui, sans-serif; }
