@charset "utf-8";

/* FONTS */
@font-face {
    font-family: "Lato";
    src: url("font/Lato-Black.woff2") format("woff2"),
        url("font/Lato-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}


/* CLASSES */
.e_lato { font-family: "Lato"; font-weight: normal; font-style: normal; }
