@import url('https://fonts.googleapis.com/css2?family=Raleway: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter: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&display=swap');

*{
--primary-color: #ffffff;
--primary-color-rgb: 255, 255, 255;
--secondary-color: #828080;
--secondary-color-rgb: 130, 128, 128;
--bg-color: #f7f2ec;
--body-font:"Inter";
--body-font-color:#929191;
--body-font-size: 17px;
--title-font:"Raleway";
--title-font-color:#828080;
--title-font-weight: 500;
}

.text-fit,.d-menu-1 li a,
.de-marquee-list .d-item-txt{
font-weight: 500;
}

.subtitle{
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 10px;
}

.subtitle:before{
    content: "[ ";
    color: var(--primary-color);
}

.subtitle:after{
    content: " ]";
    color: var(--primary-color);
}