/*
    1 Hairline
    2 Thin
    3 Light
    4 Medium
    5 Semibold
    6 Bold
    7 Heavy
    8 Black

*/

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

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

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

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

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

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

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

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


