/* CSS Document */
/*-----fonts---*/
@font-face {
  font-family: "goth-bk";
  src: url("../fonts/gotham-book.ttf") format("truetype");
  font-display: swap;
}

/* @font-face {
  font-family: "monts-r";
  src: url("../fonts/montserrat-regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "monts-l";
  src: url("../fonts/montserrat-light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "monts-m";
  src: url("../fonts/montserrat-medium.ttf") format("truetype");
  font-display: swap;
} */

@font-face {
  font-family: "lato-t";
  src: url("../fonts/lato-thin.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "lato-r";
  src: url("../fonts/lato-regular.ttf") format("truetype");
  font-display: swap;
}
.lato-r {
  font-family: "lato-r";
  font-weight: 400;
}
.goth-bk {
  font-family: "goth-bk";
}
.monts-r {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.monts-l {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.monts-m {
  font-family:  'Montserrat', sans-serif;
  font-weight: 500;
}
.lato-t {
  font-family: "lato-t";
  font-weight: 100;
}