/* IMPORTANT NOTE: Only self host we have the license to host the fonts. recommended to include license txt files along the fonts you use */
/* Version A: Variable Fonts*/
	/* Primary Font */
	@font-face {
		font-family: 'Cabin';
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src:
			url(/wp-content/themes/1p21-pql33/fonts/cabin/variable.woff2) format('woff2'),
			url(/wp-content/themes/1p21-pql33/fonts/cabin/variable.ttf) format('truetype')
		;
	}


/* Secondary Font */
	@font-face {
		font-family: 'Zen Antique';
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src:
		url(/wp-content/themes/1p21-pql33/fonts/zen-antique/regular.woff2) format('woff2'),
		url(/wp-content/themes/1p21-pql33/fonts/zen-antique/regular.ttf) format('truetype')
			/* add more formats as needed */
		;
	}