/* Readability override:
   Remap the site's decorative display fonts (UnifrakturCook blackletter, Cinzel)
   to the client's system sans-serif. Every `font-family: 'UnifrakturCook'/'Cinzel', ...`
   declaration across the site then renders as normal, readable text — with no
   per-selector edits. Font Awesome icons and the Orbitron status widget are NOT
   affected (different family names). */

@font-face {
    font-family: 'UnifrakturCook';
    src: local('Segoe UI'), local('Helvetica Neue'), local('Helvetica'), local('Arial'), local('Roboto'), local('Noto Sans');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: local('Segoe UI'), local('Helvetica Neue'), local('Helvetica'), local('Arial'), local('Roboto'), local('Noto Sans');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
