/*
    100 = hair
    200 = thin
    300 = light
    400 = regular
    500 = medium
    600 = semibold
    700 = bold,
    800 = extrabold
    900 = black
*/
@font-face {
    font-family: "Lato";
    src: url('lato/LatoLatinHair-Regular.eot'); /* IE9 Compat Modes */
    src: url('lato/LatoLatinHair-Regular.woff') format('woff'); /* Modern Browsers */
    font-style: normal;
    font-weight: 100;
    /*text-rendering: optimizeLegibility;*/
}
 
@font-face {
    font-family: "Lato";
    src: url('lato/LatoLatinThin-Regular.eot'); /* IE9 Compat Modes */
    src: url('lato/LatoLatinThin-Regular.woff') format('woff'); /* Modern Browsers */
    font-style: normal;
    font-weight: 200;
    /*text-rendering: optimizeLegibility;*/
}
 
@font-face {
    font-family: "Lato";
    src: url('lato/LatoLatinLight-Regular.eot'); /* IE9 Compat Modes */
    src: url('lato/LatoLatinLight-Regular.woff') format('woff'); /* Modern Browsers */
    font-style: normal;
    font-weight: 300;
    /*text-rendering: optimizeLegibility;*/
}
 
@font-face {
    font-family: "Lato";
    src: url('lato/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('lato/LatoLatin-Regular.woff') format('woff'); /* Modern Browsers */
    font-style: normal;
    font-weight: 400;
    /*text-rendering: optimizeLegibility;*/
}
 
@font-face {
    font-family: "Lato";
    src: url('lato/LatoLatin-Italic.eot'); /* IE9 Compat Modes */
    src: url('lato/LatoLatin-Italic.woff') format('woff'); /* Modern Browsers */
    font-style: italic;
    font-weight: 400;
    /*text-rendering: optimizeLegibility;*/
}
 
@font-face {
    font-family: "Lato";
    src: url('lato/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('lato/LatoLatin-Bold.woff') format('woff'); /* Modern Browsers */
    font-style: normal;
    font-weight: 700;
    /*text-rendering: optimizeLegibility;*/
}
 
@font-face {
    font-family: "Lato";
    src: url('lato/LatoLatin-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('lato/LatoLatin-BoldItalic.woff') format('woff'); /* Modern Browsers */
    font-style: italic;
    font-weight: 700;
    /*text-rendering: optimizeLegibility;*/
}
 
