@font-face {
    font-family: 'Bourton';
    src: url('BourtonBase.woff2') format('woff2'),
        url('BourtonBase.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bourton';
    src: url('BourtonLineMedium.woff2') format('woff2'),
        url('BourtonLineMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bourton';
    src: url('BourtonLineBold.woff2') format('woff2'),
        url('BourtonLineBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


