/* 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;
	src:url(/wp-content/themes/khamolaw/fonts/OpenSans.woff2) format('woff2');
	font-display: swap;
}


/* Secondary Font */
@font-face {
	font-family: 'Saira';
	font-style: normal;
	font-weight: 100 900;
	src:url(/wp-content/themes/khamolaw/fonts/Saira.woff2) format('woff2');
	font-display: swap;
}


@font-face {
	font-family: 'Adjusted Arial Fallback';
	src: url(/wp-content/themes/khamolaw/fonts/Saira.woff2) format('woff2');
	size-adjust: 102%;
	font-display: swap;
	ascent-override: 110%;
	descent-override: 47%;
	line-gap-override: 0%;
}

@font-face {
	font-family: 'Adjusted Tahoma Fallback';
	src: url(/wp-content/themes/khamolaw/fonts/OpenSans.woff2) format('woff2');
	size-adjust: 88%;
	font-display: swap;
	ascent-override: 104%;
	descent-override: 21%;
	line-gap-override: 0%;
}
