@font-face {
    font-family: "Inter";
    src: url("/sites/all/themes/vesta_theme/fonts/Inter/Inter-Regular.woff2") format("woff2"),
        url("/sites/all/themes/vesta_theme/fonts/Inter/Inter-Regular.woff") format("woff"),
        url("/sites/all/themes/vesta_theme/fonts/Inter/Inter-Regular.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: "EBGaramond";
    src: url("/sites/all/themes/vesta_theme/fonts/EB_Garamond/EBGaramond-SemiBold.woff2") format("woff2"),
        url("/sites/all/themes/vesta_theme/fonts/EB_Garamond/EBGaramond-SemiBold.woff") format("woff"),
        url("/sites/all/themes/vesta_theme/fonts/EB_Garamond/EBGaramond-SemiBold.ttf") format("ttf");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/sites/all/themes/vesta_theme/fonts/Poppins/Poppins-Regular.woff2") format("woff2"),
        url("/sites/all/themes/vesta_theme/fonts/Poppins/Poppins-Regular.woff") format("woff"),
        url("/sites/all/themes/vesta_theme/fonts/Poppins/Poppins-Regular.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/sites/all/themes/vesta_theme/fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"),
        url("/sites/all/themes/vesta_theme/fonts/Poppins/Poppins-SemiBold.woff") format("woff"),
        url("/sites/all/themes/vesta_theme/fonts/Poppins/Poppins-SemiBold.ttf") format("ttf");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/sites/all/themes/vesta_theme/fonts/Poppins/Poppins-Bold.woff2") format("woff2"),
        url("/sites/all/themes/vesta_theme/fonts/Poppins/Poppins-Bold.woff") format("woff"),
        url("/sites/all/themes/vesta_theme/fonts/Poppins/Poppins-Bold.ttf") format("ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-size: 35px;
    line-height: 40px;
}