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

@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: "Lato-Black";
    src: local("Lato-Black"), url("../fonts/Lato-Black_1.ttf") format('truetype');
    font-style:normal;
    font-weight:normal;
    font-display: fallback;
}

.regular{
    font-family: "Lato-Regular";
}
.bold{
    font-family: "Lato-bold";
    font-weight: normal;
}

.black{
    font-family: "Lato-Black";
    font-weight: normal;
}
