				@font-face {
					font-family: 'heading';
					src: url('/home/wp-content/uploads/useanyfont/3031heading.woff2') format('woff2'),
						url('/home/wp-content/uploads/useanyfont/3031heading.woff') format('woff');
					   font-display: auto;
				}

				.heading{font-family: 'heading' !important;}

						h1, h2, h3, h4, h5, h6{
					font-family: 'bold' !important;
				}
						body, p, blockquote, li, a, strong, b, em{
					font-family: 'regular' !important;
				}
						.entry-title, body.single-post .entry-title, body.page .entry-title, body.category .entry-title, .widget-title{
					font-family: 'heading' !important;
				}
		