*{
    font-family: "Poppins-Regular";
}
.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "Poppins-Bold";
    font-weight: normal;
}
.richtext h2,.richtext strong{
    font-family: "Poppins-Bold";
    font-weight: normal;
}
.richtext{
	font-family: "Poppins-Regular";
}
.richtext *{
	font-family: inherit;
}
@font-face{
       font-family: "Poppins-Regular";
       src: local("Poppins-Regular"), url("../fonts/POPPINS-REGULAR.TTF") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}
@font-face{
       font-family: "Poppins-Bold";
       src: local("Poppins-Bold"), url("../fonts/POPPINS-BOLD.TTF") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}
@font-face{
    font-family: "Poppins-SemiBold";
    src: local("Poppins-SemiBold"), url("../fonts/POPPINS-SEMIBOLD.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Segoesc-Bold";
    src: local("Segoesc-Bold"), url("../fonts/segoescb.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Poppins-Light";
    src: local("Poppins-Light"), url("../fonts/POPPINS-LIGHT.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

@font-face{
    font-family: "Poppins-Medium";
    src: local("Poppins-Medium"), url("../fonts/POPPINS-MEDIUM.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

.regular{
    font-family: "Poppins-Regular";
}
.bold{
    font-family: "Poppins-Bold";
    font-weight: normal;
}
.semibold{
    font-family: "Poppins-SemiBold";
    font-weight: normal;
}
.segoesc{
    font-family: "Segoesc-Bold";
}
.light{
    font-family: "Poppins-Light";
}
.medium{
    font-family: "Poppins-Medium";
}







