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