@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-Italic.ttf) format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-MediumItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-SemiBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-SemiBoldItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-ExtraBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-BoldItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "EB Garamond";
    src: url(../fonts/EBGaramond-ExtraBoldItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 700;
}