@font-face {
    font-family: "Lato", sans-serif;
    src: url('lato-black.woff2') format('woff2'),
         url('lato-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: "Lato", sans-serif;
    src: url('lato-bold.woff2') format('woff2'),
         url('lato-bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: "Lato", sans-serif;
    src: url('lato-heavy.woff2') format('woff2'),
         url('lato-heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: "Lato", sans-serif;
    src: url('lato-medium.woff2') format('woff2'),
         url('lato-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: "Lato", sans-serif;
    src: url('lato-regular.woff2') format('woff2'),
         url('lato-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}


@font-face {
    font-family: "Lato", sans-serif;
    src: url('lato-semibold.woff2') format('woff2'),
         url('lato-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}