/* Excluding font-weights 100, 200, 300, 800 & 900 */
@font-face {
  font-family: "Gordita";
  font-weight: 400;
  font-style: normal;
  src: url("Gordita-Regular.woff") format("woff");
}

@font-face {
  font-family: "Gordita";
  font-weight: 400;
  font-style: italic;
  src: url("Gordita-RegularItalic.woff") format("woff");
}

@font-face {
  font-family: "Gordita";
  font-weight: 500;
  font-style: normal;
  src: url("Gordita-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Gordita";
  font-weight: 500;
  font-style: italic;
  src: url("Gordita-BookItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Gordita";
  font-weight: 600;
  font-style: normal;
  src: url("Gordita-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Gordita";
  font-weight: 600;
  font-style: italic;
  src: url("Gordita-MediumItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Gordita";
  font-weight: 700;
  font-style: normal;
  src: url("Gordita-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Gordita";
  font-weight: 700;
  font-style: italic;
  src: url("Gordita-BoldItalic.woff2") format("woff2");
}