@font-face {
	font-family: 'AA_Outfit';
	font-weight: 200;
	font-style: normal;
	src: 	url(https://accountantsdirect.com.au/wp-content/uploads/font-hero/google-fonts/outfit/outfit-extra-light-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AA_Outfit';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://accountantsdirect.com.au/wp-content/uploads/font-hero/google-fonts/outfit/outfit-light-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AA_Outfit';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://accountantsdirect.com.au/wp-content/uploads/font-hero/google-fonts/outfit/outfit-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AA_Outfit';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://accountantsdirect.com.au/wp-content/uploads/font-hero/google-fonts/outfit/outfit-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AA_Outfit';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://accountantsdirect.com.au/wp-content/uploads/font-hero/google-fonts/outfit/outfit-semi-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AA_Outfit';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://accountantsdirect.com.au/wp-content/uploads/font-hero/google-fonts/outfit/outfit-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AA_Outfit';
	font-weight: 800;
	font-style: normal;
	src: 	url(https://accountantsdirect.com.au/wp-content/uploads/font-hero/google-fonts/outfit/outfit-extra-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-aaoutfit: 'AA_Outfit';
}
.has-aa_outfit-font-family{ 
	font-family: var(--fh-aaoutfit);
}

