/* alternative */

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/guyot/EBGaramond-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

h1, .h1, h2 {
    font-family: 'EB Garamond', serif;
    font-weight: 800;
}