*{
    font-family: "NotoSans-Regular";
}
.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "Big-Shoulders-Display-Bold";
    font-weight: normal;
}
.richtext strong{
    font-weight: bold;
}
.richtext h2{
    font-family: "Big-Shoulders-Display-Bold";
    font-weight: normal;
}
.richtext *{
	font-family: inherit;
}


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

@font-face{
    font-family: "Big-Shoulders-Display-Bold";
    src: local("Big-Shoulders-Display-Bold"), url("../fonts/Big-Shoulders-Display-Black.woff2") format('woff2');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Montserrat-SemiBold";
    src: local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff2") format('woff2');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Heebo-SemiBExtraBoldold";
    src: local("Heebo-ExtraBold"), url("../fonts/Heebo-ExtraBold.woff2") format('woff2');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
.regular {
    font-family: "NotoSans-Regular";
}

.bold,.text-bold {
    font-family: "Big-Shoulders-Display-Bold";
    font-weight: normal;
}
.black {
    font-family: "Big-Shoulders-Display-Bold";
    font-weight: normal;
}

.semibold {
    font-family: "Montserrat-SemiBold";
    font-weight: normal;
}
.extrabold{
    font-family: "Heebo-SemiBExtraBoldold";
    font-weight: normal;
}














