:root{
  --brown: #db2428;
  --brown-soft: #e14b4f;
  --brown-deep: #ab1c1f;
  --charcoal: #1a1c1e;
  --charcoal-soft: #2a2c2e;
  --charcoal-mid: #3a3c3e;
  --cream: #f4f2ee;
  --cream-warm: #edebe7;
  --text: #2c2e32;
  --radius: 4px;
  --font-heading: "Outfit","Segoe UI","Noto Sans SC",sans-serif;
  --font-body: "Outfit","Segoe UI","Noto Sans SC",sans-serif;
}
body{font-family:var(--font-body);font-size:16.0px;}
h1,h2,h3,h4,h5,.section-title,.banner-slogan,.page-hero h1,.cat-body h3,.product-body h3,.news-card h3,.article h1,.footer h4{font-family:var(--font-heading);}
