@font-face {
    font-family: 'Helvetica Condensed';
    src: url('../fonts/Helvetica-Condensed-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Condensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Condensed';
    src: url('../fonts/Helvetica-Condensed-Thin.woff2') format('woff2'),
        url('../fonts/Helvetica-Condensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}


