/* One palette from the first impression to the customer's order. */
:root{
  --b-ink:#29221e;
  --b-charcoal:#231e1a;
  --b-copper:#9c482d;
  --b-copper-hover:#79351f;
  --b-glow:#e4ae78;
  --b-paper:#fffdf9;
  --b-linen:#f5f0e8;
  --b-stone:#ebe6df;
  --b-line:#d9cfc4;
  --b-muted:#6b5e54;
  --b-selected:#f5e9dc;
  --b-serif:Georgia,'Times New Roman',serif;
  --b-sans:Arial,Helvetica,sans-serif;
  --b-radius:6px;
}
::selection{background:#efd0ad;color:var(--b-ink)}
:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--b-copper);outline-offset:4px}
button,a{touch-action:manipulation}
button:disabled{cursor:not-allowed}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
