/* Webfont: Univers */
@font-face {
    font-family: 'Univers';
    src: url('../fonts/Univers.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Univers.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Univers.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Univers.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/Univers.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/Univers.otf') format('opentype'),
        /* Safari, Android, iOS */
        url('../fonts/Univers.svg#Univers') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
