/* Gordita font-face declarations */

@font-face {
  font-family: "gorditaregular";
  src: url("../fonts/gordita/Gordita-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gorditaregular";
  src: url("../fonts/gordita/Gordita-Regular Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "gorditamedium";
  src: url("../fonts/gordita/Gordita-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gorditamedium";
  src: url("../fonts/gordita/Gordita-Medium Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "gorditabold";
  src: url("../fonts/gordita/Gordita-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gorditabold";
  src: url("../fonts/gordita/Gordita-Bold Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "gorditalight";
  src: url("../fonts/gordita/Gordita-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gorditalight";
  src: url("../fonts/gordita/Gordita-Light Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "gorditablack";
  src: url("../fonts/gordita/Gordita-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gorditablack";
  src: url("../fonts/gordita/Gordita-Black Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


