/* assets/fonts/fonts.css */

/* EB Garamond */
@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('eb-garamond-v33-latin-regular.woff2') format('woff2');
}

/* Lora */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('lora-v37-latin-regular.woff2') format('woff2');
}

/* Merriweather */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('merriweather-v33-latin-regular.woff2') format('woff2');
}

/* Source Serif 4 */
@font-face {
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('source-serif-4-v14-latin-regular.woff2') format('woff2');
}