@font-face{
	font-family: Raleway-Regular;
	src: url('./Raleway-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: Raleway;
	src: url('./Raleway-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: Georgia;
	src: url(./Georgia.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: Georgia;
	src: url(./Georgia-Italic.ttf);
	font-style: italic;
}

@font-face{
	font-family: Georgia;
	src: url(./Georgia-Bold.ttf);
	font-weight: bold;
	font-style: normal;
}

@font-face{
	font-family: Georgia;
	src: url(./Georgia-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("./Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("./Gotham-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
