@font-face {
    font-family: "Lato";
    font-weight: 100;
    src: url("Lato-Thin.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 300;
    src: url("Lato-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 500;
    src: url("Lato-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 700;
    src: url("Lato-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 900;
    src: url("Lato-Black.ttf") format("truetype");
}