﻿*{
    font-family: "NotoSans-Regular";
}
.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "NotoSans-Bold";
}
.richtext h2,.richtext strong{
    font-family: "NotoSans-Bold";
}
.richtext, .richtext *{
	font-family: "NotoSans-Regular";
}

@font-face{
       font-family: "NotoSans-Regular";
       src: local("NotoSans-Regular"), url("../font/NotoSans-Regular.ttf") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}
@font-face{
       font-family: "NotoSans-Bold";
       src: local("NotoSans-Bold"), url("../font/NotoSans-Bold.ttf") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}
@font-face{
    font-family: "NotoSans-SemiBold";
    src: local("NotoSans-SemiBold"), url("../font/NotoSans-SemiBold.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "NotoSans-Black";
    src: local("NotoSans-Black"), url("../font/NotoSans-Black.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "NotoSans-Medium";
    src: local("NotoSans-Medium"), url("../font/NotoSans-Medium.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "NotoSans-Light";
    src: local("NotoSans-Light"), url("../font/NotoSans-Light.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

.regular{
    font-family: "NotoSans-Regular";
}
.bold{
    font-family: "NotoSans-Bold";
    font-weight: initial;
}
.semibold{
    font-family: "NotoSans-SemiBold";
    font-weight: initial;
}
.black{
    font-family: "NotoSans-Black";
    font-weight: initial;
}
.light{
    font-family: "NotoSans-Light";
}
.medium{
    font-family: "NotoSans-Medium";
    font-weight: initial;
}














