@font-face {
    font-family: 'Akzidenz Grotesk BE';
    src: url('/fonts/AkzidenzGroteskBE-Bold.woff2') format('woff2'),
        url('/fonts/AkzidenzGroteskBE-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Akzidenz Grotesk BE';
    src: url('/fonts/AkzidenzGroteskBE-Md.woff2') format('woff2'),
        url('/fonts/AkzidenzGroteskBE-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Calibri';
    src: url('/fonts/Calibri-Bold.woff2') format('woff2'),
        url('/fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Calibri';
    src: url('/fonts/Calibri.woff2') format('woff2'),
        url('/fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}