/********** Template CSS **********/

body {
  font-family: "Poppins", Arial, sans-serif !important;
}


.poppins-text {
  font-family: "Poppins", sans-serif !important;
}



.bg-agrogreen {
    background-color: #62A845 !important;
}

.color-agrogreen {
    color: #62A845 !important;
}

.color-agrodark {
    color: #0c0c0c !important;
}

.border-agrogreen {
    border: 1px solid #62A845 !important;
}

.bg-agrowhite {
    background-color: #fff !important;
}


