@font-face {
    font-family: 'Avenir Book';
    src:    url('Avenir-Book.woff2') format('woff2'),
            url('Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'DIN Condensed';
    src:    url('DINCondensed-Bold.woff2') format('woff2'),
            url('DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    src:    url('Barlow-Medium.woff2') format('woff2'),
            url('Barlow-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

