*{
    font-family: "Inter-Regular";
}
.richtext strong,.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "Inter-Medium";
}
.richtext strong{
    font-family: "Inter-Medium";
}
.richtext h2{
    font-family: "Inter-Medium";
}
.richtext *{
	font-family: inherit;
}

@font-face{
       font-family: "Inter-Regular";
       src: local("Inter-Regular"), url("../fonts/Inter_18pt-Regular.ttf") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}

@font-face{
    font-family: "Inter-Bold";
    src: local("Inter-Bold"), url("../fonts/Inter_18pt-Bold.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

@font-face{
    font-family: "Inter-SemiBold";
    src: local("Inter-SemiBold"), url("../fonts/Inter_18pt-SemiBold.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

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

.regular {
    font-family: "Inter-Regular";
    font-weight: initial;
}

.bold,.text-bold {
    font-family: "Inter-Bold";
    font-weight: normal;
}
.semibold{
    font-family: "Inter-SemiBold";
}
.medium {
    font-family: "Inter-Medium";
    font-weight: normal;
}














