/* ============================================================
   SOUQ — site skin
   Applies this theme to every shared page (home, contact, blog,
   cart) by re-mapping the variables style.css is built on.
   Loaded LAST in the head so it wins over the settings block.
   ============================================================ */
:root{
  --primary:#e2593b !important;
  --primary-dark:#c1421f !important;
  --primary-light:#ffe9e0 !important;
  --gray-900:#2b1b14;
  --gray-700:#4a3227;
  --gray-500:#7a5c4e;
  --gray-400:#7a5c4e;
  --gray-300:#f2ddc9;
  --gray-200:#f2ddc9;
  --gray-100:#ffefe0;
  --gray-50:#fff8f0;
  --white:#ffffff;
  --black:#2b1b14;
  --font:'Baloo Bhaijaan 2', cursive !important;
  --radius-sm:20px;
  --radius:20px;
  --radius-lg:26px;
}
body{font-family:'Baloo Bhaijaan 2', cursive !important;background:var(--gray-50);color:var(--gray-900)}
h1,h2,h3,h4,h5,.brand-name,.drawer-title,.section-title,.page-title{font-family:'Baloo Bhaijaan 2', cursive !important}

/* Buttons and chips pick up the theme's shape, not just its colour. */
.btn,.btn-primary,.btn-outline,.chip,.category-chip{border-radius:20px}
.card,.product-card,.post-card,.branch-card,.offer-card{border-radius:26px}
