				@font-face {
					font-family: 'century-gothic';
					src: url('/wp-content/uploads/useanyfont/7140Century-Gothic.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/7140Century-Gothic.woff') format('woff');
					  font-display: auto;
				}

				.century-gothic{font-family: 'century-gothic' !important;}

						@font-face {
					font-family: 'century-gothic-bold';
					src: url('/wp-content/uploads/useanyfont/7815Century-Gothic-BOLD.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/7815Century-Gothic-BOLD.woff') format('woff');
					  font-display: auto;
				}

				.century-gothic-bold{font-family: 'century-gothic-bold' !important;}

						body, p{
					font-family: 'century-gothic' !important;
				}
						h1, h2, h3, h4{
					font-family: 'century-gothic-bold' !important;
				}
						h3, h5, h6, .entry-title, body.single-post .entry-title, body.page .entry-title, body.category .entry-title, .widget-title{
					font-family: 'century-gothic-bold' !important;
				}
						strong, b{
					font-family: 'century-gothic-bold' !important;
				}
		