@font-face {
    font-family: Lato;
    src: url('../fonts/lato/Lato-Regular.ttf');
}
@font-face {
    font-family: Lato;
    src: url('../fonts/lato/Lato-Regular.ttf');
    font-style: italic;
}


@font-face {
    font-family: Lato;
    src: url('../fonts/lato/Lato-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: Lato;
    src: url('../fonts/lato/Lato-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/lato/Lato-Black.ttf');
    font-weight: 900;
}
@font-face {
    font-family: Lato;
    src: url('../fonts/lato/Lato-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}
