				@font-face {
					font-family: 'jost-light';
					src: url('/wp-content/uploads/useanyfont/3482Jost-Light.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/3482Jost-Light.woff') format('woff');
					  font-display: auto;
				}

				.jost-light{font-family: 'jost-light' !important;}

						@font-face {
					font-family: 'jost-bold';
					src: url('/wp-content/uploads/useanyfont/1649Jost-Bold.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/1649Jost-Bold.woff') format('woff');
					  font-display: auto;
				}

				.jost-bold{font-family: 'jost-bold' !important;}

						.site-title, .site-description, body, p, blockquote, li, a{
					font-family: 'jost-light' !important;
				}
						strong, b{
					font-family: 'jost-bold' !important;
				}
		