@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoRegular.eot');
    src: local('LatoRegular'), 
         url('../fonts/LatoRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LatoRegular.woff') format('woff'),
         url('../fonts/LatoRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoItalic.eot');
    src: local('LatoItalic'), 
         url('../fonts/LatoItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LatoItalic.woff') format('woff'),
         url('../fonts/LatoItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoBold.eot');
    src: local('LatoBold'), 
         url('../fonts/LatoBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LatoBold.woff') format('woff'),
         url('../fonts/LatoBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
