@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');

*{
--body-font:"Manrope";
--body-font-size: 16px;
--title-font: "Manrope";
--title-font-weight: 300;
--title-font-color: #151515;
--primary-color: #F5BC77;
--primary-color-rgb: 245, 188, 119;
--secondary-color: #828080;
--secondary-color-rgb: 130, 128, 128;
--bg-color: #f7f2ec;
--body-font-color:#929191;
--body-font-size: 17px;
--title-font-color:#000000;
--title-font-weight: bold;
}

.text-fit,.d-menu-1 li a{
font-weight: 500;
}

.subtitle{
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    background: rgba(255, 255, 255, .2);
    padding: 2px 10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

a.btn-main,
a.btn-main:hover{
    color:#000000;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.dark-scheme .de-marquee-list .d-item-txt{
    font-size: 60px;
    margin: 0 40px;
}

.dark-scheme .de-marquee-list .d-item-txt:nth-child(even){
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: 0;
}

.owl-custom-nav .btn-prev:before,
.owl-custom-nav .btn-next:before{
    color:#000000;
}