
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
.html {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Header__logo img{
      max-height: 30px;
}
.Footer__footerBg, .KbDetailLtContainer__review, .commonStyle__zt3breadCrumbBg{
background-color:#F8F5F0;
}
.Input__searchBox{
border-radius: 10px;
}
:root {
    --color-brand: #1A976A;
}
