/* Display -------------------- */
@font-face {
	font-family: 'Cakra';
	font-weight: 400;
	font-style: normal;
	font-display: block;
	src: url('./display/Cakra.woff2') format('woff2');
}

/* Sans Serif -------------------- */
@font-face {
	font-family: 'Inclusive Sans';
	font-weight: 300 700;
	font-style: normal;
	font-display: block;
	src: url('./sans-serif/InclusiveSans.woff2') format('woff2');
}
@font-face {
	font-family: 'Inclusive Sans';
	font-weight: 300 700;
	font-style: italic;
	font-display: block;
	src: url('./sans-serif/InclusiveSans-Italic.woff2') format('woff2');
}
