
@font-face {
	font-family: "GothamPro";
	font-style: normal;
	src: url("./font/gothampro.ttf") format("opentype");
}

@font-face {
  font-family: "GothamPro";
  font-style: italic;
  src: url("./font/gothampro_italic.ttf") format("opentype");
}

@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 600;
  src: url("./font/gothampro_bold.ttf") format("opentype");
}
