/* HT Rakik — brand typeface, Latin + Arabic in one family.
   WOFF2 only: universally supported and ~45% the size of the source OTF. */

@font-face {
	font-family: 'HT Rakik';
	src: url('../fonts/HTRakik-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HT Rakik';
	src: url('../fonts/HTRakik-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HT Rakik';
	src: url('../fonts/HTRakik-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HT Rakik';
	src: url('../fonts/HTRakik-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HT Rakik';
	src: url('../fonts/HTRakik-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
