/* Import the Poppins font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Apply the Poppins font to the desired elements */
* {
  font-family: 'Poppins', sans-serif;
}

.commonStyle__zt3BrandBg {
    background-color: #84bd00;
}

.Icon__brand {
    color: #84bd00;
}

.commonStyle__zt3Brand {
    color: #84bd00;
}

.commonStyle__zt3BrandBorder {
    border-color: #84bd00;
}

.commonStyle__zt3breadCrumbBg {
    background: #84bd00;
}

.Button__footerBtn:hover {
    background: #84bd00;
    border: 1px solid transparent;
}

.ErrorPage__errorTitle{
	color:#84bd00;
	font-size:1.5rem;
	font-weight:400;
	margin:1.5rem 0 0
}

.TabFilter__tab:hover{
  color:#84bd00;
}

.SearchContainer__downArrow {
  border-top-color:#84bd00;
}
