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


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

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

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

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

.bold,.text-bold {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.extrabold {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.semibold{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.medium {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.light {
    font-family: "Manrope-Light";
}














