html {
	font-family: Gotham, sans-serif
}

@font-face {
  font-family: Gotham;
  src: url(Fonts/Gotham/Gotham-Thin.otf) format('opentype');
  font-weight: 200; }

@font-face {
  font-family: Gotham;
  src: url(Fonts/Gotham/Gotham-Light.otf) format('opentype');
  font-weight: 300; }

@font-face {
  font-family: Gotham;
  src: url(Fonts/Gotham/Gotham-Book.otf) format('opentype');
  font-weight: 400; }

@font-face {
  font-family: Gotham;
  src: url(Fonts/Gotham/Gotham-Medium.otf) format('opentype');
  font-weight: 500; }

@font-face {
  font-family: Gotham;
  src: url(Fonts/Gotham/Gotham-Bold.otf) format('opentype');
  font-weight: 700; }
