@font-face {
    font-family: 'URW Gothic Demi';
    src: local('../../../../fonts/URW Gothic Demi'), local('URWGothic-Demi'),
        url('../../../../fonts/URWGothic-Demi.woff2') format('woff2'),
        url('../../../../fonts/URWGothic-Demi.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'URW Gothic Book';
    src: local('../../../../fonts/URW Gothic Book'), local('URWGothic-Book'),
        url('../../../../fonts/URWGothic-Book.woff2') format('woff2'),
        url('../../../../fonts/URWGothic-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
 --cassiopeia-font-family-body: "URW Gothic Book", sans-serif;
 --cassiopeia-font-family-headings: "URW Gothic Demi", sans-serif;
 --cassiopeia-font-weight-headings: 700;
 --cassiopeia-font-weight-normal: 400;
}


