/* Source Serif 4 - Variable font from Google Fonts (SIL Open Font License) */
/* Replaces Tiempos Text, Tiempos Headline, and Tiempos Fine */

/* Normal styles - variable weight font covers 200-900 */
@font-face {
    font-family: 'Source Serif 4';
    src: url('/fonts/source-serif-4-regular.woff2') format('woff2');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}

/* Italic styles - variable weight font covers 200-900 */
@font-face {
    font-family: 'Source Serif 4';
    src: url('/fonts/source-serif-4-italic.woff2') format('woff2');
    font-weight: 200 900;
    font-style: italic;
    font-display: swap;
}
