/* Sitewide top-of-page tint — the same soft peach gradient used on
   the Track Your Order page, applied to the top of every page's
   main content area for a consistent, branded feel. */

#content {
  background: linear-gradient(180deg, #fff7f2, #ffffff 220px);
}
