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

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