
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #00813D;
  --theme2: #c03d3b;
  --theme3: #FFB936;
  --header: #212121;
  --base: #00813D;
  --text: #5C5C5B;
  --border: #D9D9D9;
  --border2: #ffffff2b;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #FF9F0D;
  --bg: #F4F1EA;
  --bg2: #DF0A0A0D;
}

/* #9f5f39 */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.alatsi-regular {
   font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
   font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

