/* Montserrat Font Family */
@font-face {
  font-family: "montserrat";
  src: url("../fonts/font-0.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/font-1.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/font-2.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/font-3.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

/* Gotham Font Family */
@font-face {
  font-family: "gotham";
  src: url("../fonts/font-4.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "gotham";
  src: url("../fonts/font-5.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "gotham";
  src: url("../fonts/font-6.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

.tk-montserrat { font-family: "montserrat", sans-serif; }
.tk-gotham { font-family: "gotham", sans-serif; }

