@font-face {
    font-family: 'brandon-grotesque';
    src: url('BrandonGrotesqueWeb-Bold.woff2') format('woff2'),
        url('BrandonGrotesqueWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'linotype-didot';
    src: url('Didot.woff2') format('woff2'),
        url('Didot.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon-grotesque';
    src: url('BrandonGrotesqueWeb-Regular.woff2') format('woff2'),
        url('BrandonGrotesqueWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

