@font-face {
	font-family: 'Ezra';
	font-weight: 400;
	font-display: fallback;
	src: url(Ezra-Regular.woff2) format('woff2'),
		  url(Ezra-Regular.woff) format('woff'),
		  url(Ezra-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Ezra';
	font-weight: 700;
	font-display: fallback;
	src: url(Ezra-Bold.woff2) format('woff2'),
		  url(Ezra-Bold.woff) format('woff'),
		  url(Ezra-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Ezra';
	font-weight: 800;
	font-display: fallback;
	src: url(Ezra-Black.woff2) format('woff2'),
		  url(Ezra-Black.woff) format('woff'),
		  url(Ezra-Black.otf) format('opentype');
}