

@font-face {
	font-family: 'Gotham';
	src: local('Gotham-Bold'),
		url('Gotham-bold.woff2') format('woff2'),
		url('Gotham-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Ultra.woff2') format('woff2'),
        url('Gotham-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Black.woff2') format('woff2'),
        url('Gotham-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}


@font-face {
	font-family: 'Gotham';
	src: local('Gotham-Light'),
		url('Gotham-Light.woff2') format('woff2'),
		url('Gotham-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

