				@font-face {
					font-family: 'poppins-regular';
					src: url('/wp-content/uploads/useanyfont/2944Poppins-Regular.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/2944Poppins-Regular.woff') format('woff');
					  font-display: auto;
				}

				.poppins-regular{font-family: 'poppins-regular' !important;}

						@font-face {
					font-family: 'poppins-bold';
					src: url('/wp-content/uploads/useanyfont/6974poppins-bold.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/6974poppins-bold.woff') format('woff');
					  font-display: auto;
				}

				.poppins-bold{font-family: 'poppins-bold' !important;}

						h1, h3{
					font-family: 'poppins-bold' !important;
				}
						h2, h4, h5, h6, .entry-title, body.single-post .entry-title, body.page .entry-title, body.category .entry-title, .widget-title, .site-title, .site-description, body, p, li, a{
					font-family: 'poppins-regular' !important;
				}
		