/*
 * Journal serif fonts (Libre Baskerville + EB Garamond).
 * Loaded conditionally - only on pages that render journal typography:
 * front page, journal archives, issue taxonomy, Journal Archives and
 * Current Issue page templates.
 */

/* Local Libre Baskerville Variable Font Faces */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/LibreBaskerville-VariableFont_wght.woff2') format('woff2-variations'),
         url('../fonts/LibreBaskerville-VariableFont_wght.woff2') format('woff2');
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/LibreBaskerville-Italic-VariableFont_wght.woff2') format('woff2-variations'),
         url('../fonts/LibreBaskerville-Italic-VariableFont_wght.woff2') format('woff2');
}

/* Local EB Garamond Variable Font Faces */
@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/EBGaramond-VariableFont_wght.woff2') format('woff2-variations'),
         url('../fonts/EBGaramond-VariableFont_wght.woff2') format('woff2');
}

@font-face {
    font-family: 'EB Garamond';
    font-style: italic;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/EBGaramond-Italic-VariableFont_wght.woff2') format('woff2-variations'),
         url('../fonts/EBGaramond-Italic-VariableFont_wght.woff2') format('woff2');
}

/* Articles Landing Page – Responsive & hover styles handled inline in page-articles.php */
