@font-face {
    font-family: "garamond-premier-pro";
    src: url("../fonts/garamond-premier-pro-regular.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "garamond-premier-pro";
    src: url("../fonts/garamond-premier-pro-italic.woff2") format("woff2");
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "tenon";
    src: url("../fonts/tenon-regular.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "tenon";
    src: url("../fonts/tenon-regular-italic.woff2") format("woff2");
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}