/* 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: 'Mona Sans';
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src:
			url(/wp-content/themes/lasvegasaccidentlawyer/fonts/MonaSans.woff2) format('woff2')
			/* add more formats as needed */
		;
	}


/* Secondary Font */
	@font-face {
		font-family: 'Sora';
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src:
			url(/wp-content/themes/lasvegasaccidentlawyer/fonts/Sora.woff2) format('woff2')
			/* add more formats as needed */
		;
	}