
@font-face {
    font-family: 'EB Garamond';
    font-weight: 400;
    src: url("./fonts/EBGaramond-Regular.ttf");
}

@font-face {
    font-family: 'EB Garamond';
    font-weight: 500;
    src: url("./fonts/EBGaramond-Medium.ttf");
}

@font-face {
    font-family: 'EB Garamond';
    font-weight: 600;
    src: url("./fonts/EBGaramond-SemiBold.ttf");
}

@font-face {
    font-family: 'EB Garamond';
    font-weight: 700;
    src: url("./fonts/EBGaramond-Bold.ttf");
}

@font-face {
    font-family: 'EB Garamond';
    font-weight: 800;
    src: url("./fonts/EBGaramond-ExtraBold.ttf");
}