/* ==========================================================================
	#Fonts
========================================================================== */
@font-face {
    font-family: 'Noto Serif Regular';
    src: url('fonts/notoserif-regular.eot');
    src: url('fonts/notoserif-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/notoserif-regular.woff') format('woff'),
         url('fonts/notoserif-regular.ttf') format('truetype'),
         url('fonts/notoserif-regular.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Italic';
    src: url('fonts/notoserif-italic.eot');
    src: url('fonts/notoserif-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/notoserif-italic.woff') format('woff'),
         url('fonts/notoserif-italic.ttf') format('truetype'),
         url('fonts/notoserif-italic.svg#noto_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Regular';
    src: url('fonts/lato-regular.eot');
    src: url('fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular.woff') format('woff'),
         url('fonts/lato-regular.ttf') format('truetype'),
         url('fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold';
    src: url('fonts/lato-bold.eot');
    src: url('fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold.woff') format('woff'),
         url('fonts/lato-bold.ttf') format('truetype'),
         url('fonts/lato-bold.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}