@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin-Italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Italic'), local('Lato-Italic'),
         url('LatoLatin-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */
         url('LatoLatin-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
         url('LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
         url('LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
         url('LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
         url('LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
         url('LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin-Black.eot'); /* IE9 Compat Modes */
    src: local('Lato Black'),local('Lato-Black'),
         url('LatoLatin-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('LatoLatin-Black.woff2') format('woff2'), /* Modern Browsers */
         url('LatoLatin-Black.woff') format('woff'), /* Modern Browsers */
         url('LatoLatin-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    text-rendering: optimizeLegibility;
}
