:root {
  --wr-ff-body: 'Urbanist', sans-serif;
  --wr-ff-heading: 'Urbanist', sans-serif;
  --wr-ff-poppins: 'Urbanist', sans-serif;
  --wr-ff-fontawesome: Font Awesome 6 Pro;
  --wr-common-white: #fff;
  --wr-common-black: #f8cd49;
  --wr-common-black-2: #4d5756;
  --wr-common-yellow: #f2a227;
  --wr-common-yellow-2: #fc9f0b;
  --wr-heading-primary: #f8cd49;
  --wr-grey-1: #f2f2f2;
  --wr-grey-2: #f3f5f5;
  --wr-grey-3: #f9f6ef;
  --wr-text-body: #333931;
  --wr-theme-1: #f8cd49;
  --wr-theme-2: #116e63;
  --wr-theme-3: #2356f6;
  --wr-theme-4: #22a3d1;
  --wr-theme-5: #ff9e0e;
  --wr-theme-6: #fd6d4b;
  --bs-primary-rgb: #f8cd49;
}
.bg-primary{
  background-color: var(--wr-theme-1) !important;
}