@font-face {
	font-family: 'gotham';
	src: url('GothamHTF-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'gotham';
	src: url('GothamHTF-Book.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'gotham';
	src: url('GothamHTF-BookItalic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'gotham-condensed';
	src: url('GothamHTF-MediumCondensed.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'gotham';
	src: url('GothamHTF-Ultra.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'affectionately-yours';
	src: url('Affectionately-Yours.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

