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

  @font-face {
	font-family: 'Gotham';
	src: url('./Gotham-Font/Gotham-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
  }
  @font-face {
	font-family: 'Gotham';
	src: url('./Gotham-Font/GothamBook.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
  }
  

* {
	font-family: 'Gotham', sans-serif !important;
	font-optical-sizing: auto;
}