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

/* Version B: Static Fonts*/


/* Secondary Font */
	@font-face {
		font-family: 'Barlow Semi Condensed';
		font-style: normal;
		font-weight: 700;
		font-display: swap;
		src:
			url(/wp-content/themes/1p21-hanley/fonts/barlow-semi-condensed/bold.woff2) format('woff2'),
			url(/wp-content/themes/1p21-hanley/fonts/barlow-semi-condensed/bold.ttf) format('truetype')
			/* add more formats as needed */
		;
	}
	

/* Accent Font */
	@font-face {
		font-family: 'Arvo';
		font-style: italic;
		font-weight: 700;
		font-display: swap;
		src:
			url(/wp-content/themes/1p21-hanley/fonts/arvo/bold-italic.ttf) format('woff2'),
			url(/wp-content/themes/1p21-hanley/fonts/arvo/bold-italic.woff2) format('truetype')
			/* add more formats as needed */
		;
	}
	@font-face {
		font-family: 'Arvo';
		font-style: normal;
		font-weight: 700;
		font-display: swap;
		src:
			url(/wp-content/themes/1p21-hanley/fonts/arvo/bold.ttf) format('woff2'),
			url(/wp-content/themes/1p21-hanley/fonts/arvo/bold.woff2) format('truetype')
			/* add more formats as needed */
		;
	}