/* 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: 'Public Sans';
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src:
			url(/wp-content/themes/pql44/fonts/PublicSans.woff2) format('woff2')
		;
	}


/* Secondary Font */
	@font-face {
		font-family: 'Plus Jakarta Sans';
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src:
			url(/wp-content/themes/pql44/fonts/PlusJakartaSans.woff2) format('woff2')
		;
	}


/* ACCENT Font */
	@font-face {
		font-family: 'Bebas Neue';
		font-style: normal;
		font-weight: 400;
		font-display: swap;
		src:
			url(/wp-content/themes/pql44/fonts/BebasNeue.woff2) format('woff2')
		;
	}