@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Light.eot'); /* IE9 Compat Modes */
    src: 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;
    font-display: fallback;
}

@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: 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: 400;
    font-display: fallback;
}

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

@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: 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: 700;
    font-display: fallback;
}

@font-face {
    font-family: 'Lato';
    src: url('LatoLatin-Black.eot'); /* IE9 Compat Modes */
    src: 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;
    font-display: fallback;
}









