@font-face {
	font-family: 'open-dyslexic';
	src: url('./opendyslexic-regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open-dyslexic';
	src: url('./opendyslexic-italic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'open-dyslexic';
	src: url('./opendyslexic-bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'open-dyslexic';
	src: url('./opendyslexic-bolditalic.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}
