/* ==============================
   GT Alpina Fine Extended
   ============================== */

/* Light */
@font-face {
  font-family: "GT Alpina Fine Extended";
  src: url("../fonts/GT-Alpina-Fine-Extended-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: "GT Alpina Fine Extended";
  src: url("../fonts/GT-Alpina-Fine-Extended-Light-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}


/* ==============================
   Sweet Sans Pro
   ============================== */

/* Regular */
@font-face {
  font-family: "Sweet Sans Pro";
  src: url("../fonts/SweetSansProRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* ==============================
   Open Sauce Sans
   ============================== */

/* Regular */
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}