body.theme-mono {
  background:
    radial-gradient(circle at 50% 28%, rgba(154, 164, 178, .16), transparent 26%),
    linear-gradient(180deg, #0d1016 0%, #12161d 58%, #090b10 100%);
}

body.theme-mono .order-card {
  background: linear-gradient(145deg, #18202b 0%, #10161f 58%, #0a0d13 100%);
}

body.theme-mono .submit-btn {
  background: #f6f2ee;
  color: #12161d;
}

body.theme-mono .submit-btn:hover {
  background: #9aa4b2;
  color: #fff;
}

body.theme-mono .choice.active,
body.theme-mono .chip.active {
  background: #9aa4b2;
  color: #10151d;
}

body.theme-mono .card-head p,
body.theme-mono .lead-copy,
body.theme-mono .lead-message {
  color: rgba(246, 242, 238, .72);
}

