/* 'Normal' weight. normal style */

@font-face {
    font-family: 'Brunel Deck Web';
    src: url('BrunelDeck-Roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 'Normal' weight. italic style */

@font-face {
    font-family: 'Brunel Deck Web';
    src: url('BrunelDeck-ItalicNo2.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* 'Medium' weight. normal style */

@font-face {
    font-family: 'Brunel Deck Web';
    src: url('BrunelDeck-Medium.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}