 *{
    font-family: "MiSans-Regular";
}
.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "MiSans-SemiBold";
}

.richtext strong{
    font-family: "MiSans-Demibold";
    font-weight: normal;
}
.richtext h2{
   font-family: "MiSans-Demibold";
   font-weight: normal;
}
.richtext *{
	font-family: inherit;
}


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

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

@font-face{
    font-family: "MiSans-SemiBold";
    src: local("MiSans-SemiBold"), url("../fonts/MiSans-Semibold.otf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "MiSans-Demibold";
    src: local("MiSans-Demibold"), url("../fonts/MiSans-Demibold.otf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "MiSans-Medium";
    src: local("MiSans-Medium"), url("../fonts/MiSans-Medium.otf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

@font-face{
    font-family: "MiSans-Light";
    src: local("MiSans-Light"), url("../fonts/MiSans-Light.otf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

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

.bold,.text-bold {
    font-family: "MiSans-Bold";
    font-weight: normal;
}
.semibold{
    font-family: "MiSans-SemiBold";
    font-weight: normal;
}
.demibold{
    font-family: "MiSans-Demibold";
    font-weight: normal;
}
.medium {
    font-family: "MiSans-Medium";
    font-weight: normal;
} 
.light {
    font-family: "MiSans-Light";
}














