/* IMPORTANT NOTE: Only self host we have the license to host the fonts. recommended to include license txt files along the fonts you use */

/* Primary Font */
	@font-face {
		font-family: 'Barlow';
		font-style: normal;
		font-weight: 400;
		font-display: swap;
		src:
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/regular.woff2) format('woff2'),
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/regular.ttf) format('truetype')
			/* add more formats as needed */
		;
	}
	@font-face {
		font-family: 'Barlow';
		font-style: normal;
		font-weight: 500;
		font-display: swap;
		src:
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/medium.woff2) format('woff2'),
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/medium.ttf) format('truetype')
			/* add more formats as needed */
		;
	}
	@font-face {
		font-family: 'Barlow';
		font-style: normal;
		font-weight: 600;
		font-display: swap;
		src:
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/semibold.woff2) format('woff2'),
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/semibold.ttf) format('truetype')
			/* add more formats as needed */
		;
	}
	@font-face {
		font-family: 'Barlow';
		font-style: normal;
		font-weight: 700;
		font-display: swap;
		src:
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/bold.woff2) format('woff2'),
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/bold.ttf) format('truetype')
			/* add more formats as needed */
		;
	}
	@font-face {
		font-family: 'Barlow';
		font-style: normal;
		font-weight: 800;
		font-display: swap;
		src:
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/extrabold.woff2) format('woff2'),
			url(/wp-content/themes/1p21-rodriguez/fonts/barlow/extrabold.ttf) format('truetype')
			/* add more formats as needed */
		;
	}


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