
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts:  https://www.linotype.com
*/

/* LIGHT */

@font-face {
    font-family: 'UniNeue';
    src: url('/media/fonts/UniNeue-Light.eot'); /* IE9 Compat Modes */
    src: url('/media/fonts/UniNeue-Light.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/UniNeue-Light.woff2') format('woff2'),
		 url('/media/fonts/UniNeue-Light.woff') format('woff'),
         url('/media/fonts/UniNeue-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
    text-rendering: optimizeLegibility;
}

/* BOOK */

@font-face {
    font-family: 'UniNeue';
    src: url('/media/fonts/UniNeue-Book.eot'); /* IE9 Compat Modes */
    src: url('/media/fonts/UniNeue-Book.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/UniNeue-Book.woff2') format('woff2'),
		 url('/media/fonts/UniNeue-Book.woff') format('woff'),
         url('/media/fonts/UniNeue-Book.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* REGULAR */

@font-face {
    font-family: 'UniNeue';
    src: url('/media/fonts/UniNeue-Regular.eot'); /* IE9 Compat Modes */
    src: url('/media/fonts/UniNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/UniNeue-Regular.woff2') format('woff2'),
		 url('/media/fonts/UniNeue-Regular.woff') format('woff'),
         url('/media/fonts/UniNeue-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400; /*same as normal*/
    text-rendering: optimizeLegibility;
}


@font-face {
    font-family: 'UniNeue';
    src: url('/media/fonts/UniNeue-RegularItalic.eot'); /* IE9 Compat Modes */
    src: url('/media/fonts/UniNeue-RegularItalic.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/UniNeue-RegularItalic.woff2') format('woff2'),
		 url('/media/fonts/UniNeue-RegularItalic.woff') format('woff'),
         url('/media/fonts/UniNeue-RegularItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400; /*same as normal*/
    text-rendering: optimizeLegibility;
}


/* BOLD */

@font-face {
    font-family: 'UniNeue';
    src: url('/media/fonts/UniNeue-Bold.eot'); /* IE9 Compat Modes */
    src: url('/media/fonts/UniNeue-Bold.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/UniNeue-Bold.woff2') format('woff2'),
		 url('/media/fonts/UniNeue-Bold.woff') format('woff'),
         url('/media/fonts/UniNeue-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700; /*Same as bold*/
    text-rendering: optimizeLegibility;
}

/* HEAVY */

@font-face {
    font-family: 'UniNeue';
    src: url('/media/fonts/UniNeue-HeavyItalic.eot'); /* IE9 Compat Modes */
    src: url('/media/fonts/UniNeue-HeavyItalic.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/UniNeue-HeavyItalic.woff2') format('woff2'),
		 url('/media/fonts/UniNeue-HeavyItalic.woff') format('woff'),
         url('/media/fonts/UniNeue-HeavyItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}
