				@font-face {
					font-family: 'cookie';
					src: url('/wp-content/uploads/useanyfont/9401Cookie.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/9401Cookie.woff') format('woff');
					  font-display: auto;
				}

				.cookie{font-family: 'cookie' !important;}

						@font-face {
					font-family: 'quiche';
					src: url('/wp-content/uploads/useanyfont/4438Quiche.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/4438Quiche.woff') format('woff');
					  font-display: auto;
				}

				.quiche{font-family: 'quiche' !important;}

						@font-face {
					font-family: 'cup-cake';
					src: url('/wp-content/uploads/useanyfont/1340Cup-Cake.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/1340Cup-Cake.woff') format('woff');
					  font-display: auto;
				}

				.cup-cake{font-family: 'cup-cake' !important;}

						h1, .site-title{
					font-family: 'cookie' !important;
				}
						body, p{
					font-family: 'quiche' !important;
				}
						h2, h3, h4, h5, h6{
					font-family: 'cup-cake' !important;
				}
		