<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    font-family: "Montserrat-Regular";
    
}
.richtext strong,.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "Montserrat-Bold";
    font-weight: normal;
}
.richtext h2{
    font-family: "Montserrat-Bold";
    font-weight: normal;
}
.richtext{
    font-family: "Montserrat-Light";
}
.richtext *{
	font-family: inherit;
}


@font-face{
       font-family: "Montserrat-Regular";
       src: local("Montserrat-Regular"), url("../font/MONTSERRAT-REGULAR.TTF") format('opentype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}

@font-face{
    font-family: "Montserrat-Bold";
    src: local("Montserrat-Bold"), url("../font/MONTSERRAT-BOLD.TTF") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Montserrat-Black";
    src: local("Montserrat-Black"), url("../font/MONTSERRAT-BLACK.TTF") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Montserrat-Medium";
    src: local("Montserrat-Medium"), url("../font/MONTSERRAT-MEDIUM.TTF") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Montserrat-Light";
    src: local("Montserrat-Light"), url("../font/MONTSERRAT-LIGHT.TTF") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

.regular{
    font-family: "Montserrat-Regular";
    
}
.black{
    font-family: "Montserrat-Black";
    font-weight: normal;
}
.medium{
    font-family: "Montserrat-Medium";
    font-weight: normal;
}
.light{
    font-family: "Montserrat-Light";
}

.bold,.text-bold{
    font-family: "Montserrat-Bold";
    font-weight: normal;
}












</pre></body></html>