/* 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: 'Open Sans';
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src:
			url(/wp-content/themes/psblaw/fonts/open-sans/variable.woff2) format('woff2'),
			url(/wp-content/themes/psblaw/fonts/open-sans/variable.ttf) format('truetype')
			/* add more formats as needed */
		;
	}

	


/* Secondary Font */
	@font-face {
		font-family: 'Khand';
		font-style: normal;
		font-weight: 300;
		font-display: swap;
		src:
			url(/wp-content/themes/psblaw/fonts/khand/light.woff2) format('woff2'),
			url(/wp-content/themes/psblaw/fonts/khand/light.ttf) format('truetype')
			/* add more formats as needed */
		;
	}
	@font-face {
		font-family: 'Khand';
		font-style: normal;
		font-weight: 400;
		font-display: swap;
		src:
			url(/wp-content/themes/psblaw/fonts/khand/regular.woff2) format('woff2'),
			url(/wp-content/themes/psblaw/fonts/khand/regular.ttf) format('truetype')
			/* add more formats as needed */
		;
	}
	@font-face {
		font-family: 'Khand';
		font-style: normal;
		font-weight: 500;
		font-display: swap;
		src:
			url(/wp-content/themes/psblaw/fonts/khand/medium.woff2) format('woff2'),
			url(/wp-content/themes/psblaw/fonts/khand/medium.ttf) format('truetype')
			/* add more formats as needed */
		;
	}
	@font-face {
		font-family: 'Khand';
		font-style: normal;
		font-weight: 600;
		font-display: swap;
		src:
			url(/wp-content/themes/psblaw/fonts/khand/semibold.woff2) format('woff2'),
			url(/wp-content/themes/psblaw/fonts/khand/semibold.ttf) format('truetype')
			/* add more formats as needed */
		;
	}
	@font-face {
		font-family: 'Khand';
		font-style: normal;
		font-weight: 700;
		font-display: swap;
		src:
			url(/wp-content/themes/psblaw/fonts/khand/bold.woff2) format('woff2'),
			url(/wp-content/themes/psblaw/fonts/khand/bold.ttf) format('truetype')
			/* add more formats as needed */
		;
	}