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

@font-face {
    font-family: 'Roboto';
    src: url('roboto-black.woff2') format('woff2'),
    url('roboto-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}