/* Font - Lato */
@font-face {
    font-family: Lato;
    src: url("../fonts/Lato/Lato-Black.ttf");
    font-weight: 800 900 1000;
    font-style: normal;
}
@font-face {
    font-family: Lato;
    src: url("../fonts/Lato/Lato-Bold.ttf");
    font-weight: 600 700;
    font-style: normal;
}
@font-face {
    font-family: Lato;
    src: url("../fonts/Lato/Lato-Regular.ttf");
    font-weight: 400 500 normal;
    font-style: normal;
}
@font-face {
    font-family: Lato;
    src: url("../fonts/Lato/Lato-Light.ttf");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Lato;
    src: url("../fonts/Lato/Lato-Thin.ttf");
    font-weight: 100 200;
    font-style: normal;
}