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

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

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

