				@font-face {
					font-family: 'gotham-book';
					src: url('/wp-content/uploads/useanyfont/2812Gotham-Book.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/2812Gotham-Book.woff') format('woff');
					font-weight: 500; font-style: normal; font-display: auto;
				}

				.gotham-book{font-family: 'gotham-book' !important;}

						@font-face {
					font-family: 'gotham-bold';
					src: url('/wp-content/uploads/useanyfont/5029Gotham-Bold.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/5029Gotham-Bold.woff') format('woff');
					  font-display: auto;
				}

				.gotham-bold{font-family: 'gotham-bold' !important;}

						h1, h2, h3, h4, h5, h6{
					font-family: 'gotham-bold' !important;
				}
						body, p, blockquote, li, a, strong, b, em{
					font-family: 'gotham-book' !important;
				}
		