				@font-face {
					font-family: 'poppins-bold';
					src: url('/wp-content/uploads/useanyfont/9983Poppins-bold.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/9983Poppins-bold.woff') format('woff');
					  font-display: auto;
				}

				.poppins-bold{font-family: 'poppins-bold' !important;}

						@font-face {
					font-family: 'poppins-regular';
					src: url('/wp-content/uploads/useanyfont/8701Poppins-regular.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/8701Poppins-regular.woff') format('woff');
					  font-display: auto;
				}

				.poppins-regular{font-family: 'poppins-regular' !important;}

						h1, h2, h3, h4, h5, h6{
					font-family: 'poppins-bold' !important;
				}
						.entry-title, body.single-post .entry-title, body.page .entry-title, body.category .entry-title, .widget-title, .site-title, .site-description, body, p, blockquote, li, a, strong, b, em, .menu-start-container li a, .menu-start-container li span, #menu-start li a, #menu-start li span{
					font-family: 'poppins-regular' !important;
				}
		