/* DAISY CHAIN BIANNUAL — MASTER TYPEFACE SYSTEM */
/* Hosted at: https://press.daisychainbiannual.com/assets/css/dc-typography.css */

/* DC Sans Condensed Family */
@font-face {
    font-family: 'DC Sans Condensed';
    src: url('https://press.daisychainbiannual.com/assets/fonts/DCSansCondensed-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DC Sans Condensed';
    src: url('https://press.daisychainbiannual.com/assets/fonts/DCSansCondensed-Book.woff2') format('woff2');
    font-weight: 450;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DC Sans Condensed';
    src: url('https://press.daisychainbiannual.com/assets/fonts/DCSansCondensed-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DC Sans Condensed';
    src: url('https://press.daisychainbiannual.com/assets/fonts/DCSansCondensed-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* DC Sans Bold Family */
@font-face {
    font-family: 'DC Sans Bold';
    src: url('https://press.daisychainbiannual.com/assets/fonts/DCSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}