@font-face {
    font-family: 'Callisten';
    src: url('../fonts/Callisten.woff2') format('woff2'),
        url('../fonts/Callisten.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bell MT';
    src: url('../fonts/BellMTItalic.woff2') format('woff2'),
        url('../fonts/BellMTItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bell MT';
    src: url('../fonts/BellMT.woff2') format('woff2'),
        url('../fonts/BellMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bell MT';
    src: url('../fonts/BellMTBold.woff2') format('woff2'),
        url('../fonts/BellMTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

