/* GOTHAM */

@font-face {
	font-family: 'Gotham';
	src: url('Gotham.woff2') format('woff2'),
		url('Gotham.woff') format('woff');
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC;
	letter-spacing: 20px;
}

@font-face {
	font-family: 'Gotham';
	src: url('Gotham Bold.woff2') format('woff2'),
		url('Gotham Bold.woff') format('woff');
	font-weight: bold;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC;

}