@font-face {
    font-family: PingBold;
    src: url("../fonts/PingLCG-Bold.ttf") format("truetype");
}

@font-face {
    font-family: PingLight;
    src: url("../fonts/PingLCG-Light.ttf") format("truetype");
}

@font-face {
    font-family: PingMedium;
    src: url("../fonts/PingLCG-Medium.ttf") format("truetype");
}

@font-face {
    font-family: PingRegular;
    src: url("../fonts/PingLCG-Regular.ttf") format("truetype");
}

body {
    font-family: PingRegular, Roboto, sans-serif !important;
	background-color: #efefef;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: PingRegular, Roboto, sans-serif !important;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
	font-size: 18px;
	color: #8D9091;
}

.text_right {
	color: #2ba84a;
}

/*
.home_link {
	color: transparent !important;
	position: relative;
}

.home_link::before {
  content: "\f015";
  font-family: "font awesome 6 free";
  font-weight: bold;
  color: initial;
}
*/

@media (max-width: 575px) {
    #sp-header {
        height: 55px;
    }
}


