/* fonts */

@import url('//fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@400;700&display=swap');

@font-face {
    font-family: "Libre Baskerville";
    src: url("../fonts/LibreBaskerville-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Libre Baskerville";
    src: url("../fonts/LibreBaskerville-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Libre Baskerville";
    src: url("../fonts/LibreBaskerville-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "FoundersGrotesk";
    src: url("../fonts/FoundersGroteskWeb-Regular.woff2") format("woff2"),
         url("../fonts/FoundersGroteskWeb-Regular.woff") format("woff"),
         url("../fonts/FoundersGroteskWeb-Regular.eot") format("embedded-opentype");
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "FoundersGrotesk";
    src: url("../fonts/FoundersGroteskWeb-Medium.woff2") format("woff2"),
         url("../fonts/FoundersGroteskWeb-Medium.woff") format("woff"),
         url("../fonts/FoundersGroteskWeb-Medium.eot") format("embedded-opentype");
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "FoundersGroteskX-Condensed";
    src: url("../fonts/FoundersGroteskX-CondensedWeb-Bold.woff2") format("woff2"),
         url("../fonts/FoundersGroteskX-CondensedWeb-Bold.woff") format("woff"),
         url("../fonts/FoundersGroteskX-CondensedWeb-Bold.eot") format("embedded-opentype");
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "FoundersGrotesk-Condensed";
    src: url("../fonts/FoundersGroteskCondensedWeb-Regular.woff2") format("woff2"),
         url("../fonts/FoundersGroteskCondensedWeb-Regular.woff") format("woff"),
         url("../fonts/FoundersGroteskCondensedWeb-Regular.eot") format("embedded-opentype");
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "FoundersGrotesk-Condensed";
    src: url("../fonts/FoundersGroteskCondensedWeb-Bold.woff2") format("woff2"),
         url("../fonts/FoundersGroteskCondensedWeb-Bold.woff") format("woff"),
         url("../fonts/FoundersGroteskCondensedWeb-Bold.eot") format("embedded-opentype");
    unicode-range: U+000-5FF; /* Latin glyphs */
    font-weight: 700;
    font-style: normal;
}