/* Bundled theme fonts, served from styles/fonts/ via the /fonts/ route.
   Same woff2 files the PDF pipeline embeds, so the browser preview and the
   printed output use identical faces — no Google Fonts request.

   Every face below is licensed under the SIL Open Font License 1.1. Serving
   them is redistribution, so the licence and the per-family copyright notices
   travel with them at /fonts/OFL.txt. */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/fonts/cinzel-400-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/cinzel-decorative-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/cinzel-decorative-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/cinzel-decorative-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Crimson Text';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/crimson-text-400-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/crimson-text-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/crimson-text-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/crimson-text-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/inter-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/inter-400-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Uncial Antiqua';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/uncial-antiqua-400.woff2') format('woff2');
}

@font-face {
    font-family: 'UnifrakturMaguntia';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/unifrakturmaguntia-400.woff2') format('woff2');
}

/* The three families the docs-site mode previews ask for. They were requested
   by @import rules sitting mid-stylesheet, where CSS drops them, so the
   newspaper and resume previews had been falling back to system faces. */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url('/fonts/oswald-500-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/roboto-400-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/roboto-400-700-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/fonts/playfair-display-400-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/playfair-display-400-italic.woff2') format('woff2');
}
