.product-single-desc * {
    font-family: "Roboto Condensed", sans-serif !important;
} 

.default-fonts p{
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--custom-black) !important;
    font-size: 1rem !important;
    line-height: 1.1875rem !important;
}

.default-fonts h3{
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    line-height: 1.8125rem !important;
    margin-bottom: 1rem !important;
}

.product-single-desc .table tbody tr:nth-of-type(even) {
    background-color: rgb(78 126 255 / 5%) !important;
}
.product-single-desc table tbody tr:nth-of-type(even) {
    background-color: rgb(78 126 255 / 5%) !important;
}

.herocarousel a{
    font-size: 18px;
}

.footer a{
    color: #ffffff;
}

.footer a:hover{
    color: #ffffff !important;
}
