/*

@link https://fonts.google.com/specimen/EB+Garamond
@link https://webfont.yabe.land/en/misc/convert-ttf-woff2/

*/

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

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