@font-face {
    font-family: 'latobold';
    src: url('lato/lato-bold.eot');
    src: url('lato/lato-bold.eot?#iefix') format('embedded-opentype'),
    url('lato/lato-bold.woff2') format('woff2'),
    url('lato/lato-bold.woff') format('woff'),
    url('lato/lato-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('lato/lato-regular.eot');
    src: url('lato/lato-regular.eot?#iefix') format('embedded-opentype'),
    url('lato/lato-regular.woff2') format('woff2'),
    url('lato/lato-regular.woff') format('woff'),
    url('lato/lato-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}