/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-description{
font-size:14px !important;
font-family: Arial, Helvetica, sans-serif !important;
}
.product-description ul li{
font-size:14px !important;
font-family: Arial, Helvetica, sans-serif !important;
}
.product-description :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) > span {
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.product-description h2{
font-size:24px !important;
font-family: Arial, Helvetica, sans-serif !important;
}

.product-description h3{
font-size:20px !important;
font-family: Arial, Helvetica, sans-serif !important;

}
.product-description h4{
font-size:18px !important;
font-family: Arial, Helvetica, sans-serif !important;

}