@font-face {
    font-family: 'Uni Neue';
    src: url('/fonts/unineue/UniNeueBold.eot');
    src: url('/fonts/unineue/UniNeueBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/unineue/UniNeueBold.woff2') format('woff2'),
    url('/fonts/unineue/UniNeueBold.woff') format('woff'),
    url('/fonts/unineue/UniNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('/fonts/unineue/UniNeueRegular.eot');
    src: url('/fonts/unineue/UniNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/unineue/UniNeueRegular.woff2') format('woff2'),
    url('/fonts/unineue/UniNeueRegular.woff') format('woff'),
    url('/fonts/unineue/UniNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}