.menu-title-gray-800 .menu-item .menu-link .menu-title {
    color: #ffffff;
}
.menu-sub .menu-item .menu-link .menu-title {
    color: #000;
}
body{
    background-color: var(--bs-toolbar-bg-color);
}
.h3, h4, h3 > span, h4 > span {
    color: #ff5c18!important;
}
body, html {
    font-size: 14px!important;
    font-weight: 400;
    font-family: Inter,Helvetica,sans-serif;
}
@media (min-width: 992px){
.header {
    height: 120px;
}
}