*{
    font-family: "Lato-Regular";
}
.richtext{
    font-family: "Lato-Regular";
}
.richtext strong,.richtext h3,.richtext h4,.richtext h5,.richtext h6{
    font-family: "Century751-Bold";
    font-weight: normal;
}
.richtext h2{
    font-family: "Century751-Bold";
    font-weight: normal;
}
.richtext *{
	font-family: inherit;
}


@font-face{
       font-family: "Vetrino-Regular";
       src: local("Vetrino-Regular"), url("../fonts/Vetrino.otf") format('truetype');
       font-style:normal;
       font-weight:normal;
       font-display: fallback;
}
@font-face{
    font-family: "Lato-Regular";
    src: local("Lato-Regular"), url("../fonts/Lato-Regular.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Lato-Bold";
    src: local("Lato-Bold"), url("../fonts/Lato-Bold_1.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Century751-Bold";
    src: local("Century751-Bold"), url("../fonts/TT1184M.TTF") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
@font-face{
    font-family: "Century751-BoldItalic";
    src: local("Century751-BoldItalic"), url("../fonts/TT1185M.TTF") format('opentype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}
.regular{
    font-family: "Lato-Regular";
}
.regular1{
    font-family: "Vetrino-Regular";
}
.bold{
    font-family: "Lato-Bold";
}
.bold,.text-bold,.semibold{
    font-family: "Lato-Bold";
    font-weight: normal;
}
.century-bold{
    font-family: "Century751-Bold";
}
.bold-italic{
    font-family: "Century751-BoldItalic";
    font-style: normal;
    font-weight: normal;
}












