@font-face {
    font-family: 'Noah-Regular';
    src: url('fonts/Noah-Regular.eot');
    src: url('fonts/Noah-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Noah-Regular.woff2') format('woff2'),
         url('fonts/Noah-Regular.woff') format('woff'),
         url('fonts/Noah-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noah-RegularItalic';
    src: url('fonts/Noah-RegularItalic.eot');
    src: url('fonts/Noah-RegularItalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Noah-RegularItalic.woff2') format('woff2'),
         url('fonts/Noah-RegularItalic.woff') format('woff'),
         url('fonts/Noah-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noah-Bold';
    src: url('fonts/Noah-Bold.eot');
    src: url('fonts/Noah-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Noah-Bold.woff2') format('woff2'),
         url('fonts/Noah-Bold.woff') format('woff'),
         url('fonts/Noah-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noah-BoldItalic';
    src: url('fonts/Noah-BoldItalic.eot');
    src: url('fonts/Noah-BoldItalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Noah-BoldItalic.woff2') format('woff2'),
         url('fonts/Noah-BoldItalic.woff') format('woff'),
         url('fonts/Noah-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}