@import url('https://raw.githubusercontent.com/RandomMaerks/Overused-Grotesk/master/fonts/variable/OverusedGroteskRoman-VF.ttf');

*{
--primary-color: #f8f9fa;
--primary-color-rgb: 248, 249, 250;
--secondary-color: #343a40;
--secondary-color-rgb: 52, 58, 64;
--bg-color: #f7f2ec;
--body-font:"OverusedGrotesk VF";
--body-font-color:#929191;
--body-font-size: 17px;
--title-font:"OverusedGrotesk VF";
--title-font-color:#828080;
--title-font-weight: 500;
}

.text-fit,.d-menu-1 li a,
.de-marquee-list .d-item-txt{
	font-weight: 500;
	color: #212529;
	font-family: "OverusedGrotesk VF";
}

.subtitle{
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 10px;
}

.subtitle:before{
    content: "[ ";
    color: #f8f9fa;
}

.subtitle:after{
    content: " ]";
    color: var(--primary-color);
}

.subtitle2{
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 10px;
	color: #c84b32;
}

.subtitle2:before{
    content: "[ ";
    color: #c84b32;
}

.subtitle2:after{
    content: " ]";
    color: #c84b32;
}