*{
    font-family: "Noto-Sans-Regular";
}
.richtext strong,.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "Noto-Sans-Bold";
    font-weight: normal;
}
.richtext h2{
    font-family: "Noto-Sans-Bold";
    font-weight: normal;
}
.richtext *{
	font-family: inherit;
}


@font-face{
       font-family: "Noto-Sans-Regular";
       src: local("Noto-Sans-Regular"), url("../fonts/NOTOSANS-REGULAR.TTF") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}

@font-face{
    font-family: "Noto-Sans-Bold";
    src: local("Noto-Sans-Bold"), url("../fonts/NOTOSANS-BOLD.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

@font-face{
    font-family: "Noto-Sans-Black";
    src: local("Noto-Sans-Black"), url("../fonts/NOTOSANS-BLACK.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Noto-Sans-Black";
    src: local("Noto-Sans-Black"), url("../fonts/NOTOSANS-BLACK.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Noto-Sans-Medium";
    src: local("Noto-Sans-Medium"), url("../fonts/NOTOSANS-MEDIUM.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Noto-Sans-Light";
    src: local("Noto-Sans-Light"), url("../fonts/NOTOSANS-LIGHT.TTF") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
.regular {
    font-family: "Noto-Sans-Regular";
}

.bold,.text-bold {
    font-family: "Noto-Sans-Bold";
    font-weight: normal;
}
.black {
    font-family: "Noto-Sans-Black";
    font-weight: normal;
}

.medium {
    font-family: "Noto-Sans-Medium";
    font-weight: normal;
}
.light {
    font-family: "Noto-Sans-Light";
}













