/* Shared @font-face declarations for Courier Prime and Columbarium.
   Vendored font licenses: fonts/courier-prime/OFL.txt, fonts/columbarium/OFL.txt
   Columbarium = Courier Prime + Caravan's non-ASCII glyphs.
   Linked (not duplicated inline) by every page that needs these fonts. */
@font-face {
    font-family: 'Columbarium';
    src: url('/fonts/columbarium/Columbarium-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Courier Prime';
    src: url('/fonts/courier-prime/CourierPrime-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Courier Prime';
    src: url('/fonts/courier-prime/CourierPrime-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Courier Prime';
    src: url('/fonts/courier-prime/CourierPrime-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Courier Prime';
    src: url('/fonts/courier-prime/CourierPrime-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
