

@font-face {
    font-family: 'BlackCond';
    src: local('Helvetica Neue Condensed Black'), local('HelveticaNeue-CondensedBlack'),
    url('../fonts/blackcond-webfont.woff2') format('woff2'),
         url('../fonts/blackcond-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}
@font-face {
    font-family: 'BoldCondensed';
    src: local('Helvetica Neue Condensed Bold'), local('HelveticaNeue-CondensedBold'),
        url('../fonts/BlackCond.woff2') format('woff2'),
        url('../fonts/BoldCondensed.woff') format('woff'),
        url('../fonts/BoldCondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: local('Roboto Condensed'), local('Roboto-Condensed'),
    url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
            url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
            url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
            url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}
