/* High Tide */
@font-face {
    font-family: "High Tide";
    src: url("../fonts/high_tide-webfont.woff2") format("woff2"),
         url("../fonts/high_tide-webfont.woff") format("woff"),
         url("../fonts/high_tide-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Century Gothic Bold */
@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/CenturyGothic.woff2") format("woff2"),
         url("../fonts/CenturyGothic.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Century Gothic */
@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/CenturyGothic-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}