body.theme-sand {
  background:
    radial-gradient(circle at 50% 28%, rgba(193, 141, 71, .18), transparent 26%),
    linear-gradient(180deg, #f6ead8 0%, #efe0ca 58%, #e5d1b5 100%);
  color: #1a1410;
}

body.theme-sand .site-header,
body.theme-sand .lead-card,
body.theme-sand .lead-message,
body.theme-sand .card-head p {
  color: #2a2019;
}

body.theme-sand .brand,
body.theme-sand .header-right a,
body.theme-sand .field-title,
body.theme-sand .input-box span,
body.theme-sand .lead-copy {
  color: #2a2019;
}

body.theme-sand .order-card {
  background: linear-gradient(145deg, #fff7ec 0%, #f1e1ca 58%, #ead4b3 100%);
  color: #1c1511;
}

body.theme-sand .submit-btn {
  background: #1c1511;
  color: #fff7ec;
}

body.theme-sand .submit-btn:hover {
  background: #c18d47;
  color: #fff7ec;
}

body.theme-sand .choice.active,
body.theme-sand .chip.active {
  background: #c18d47;
  color: #fff7ec;
}

body.theme-sand .input-box,
body.theme-sand .choice,
body.theme-sand .chip,
body.theme-sand .lead-card {
  border-color: rgba(28, 21, 17, .18);
}

