@font-face {
	font-family: 'Moon flower';
	font-style: normal;
	font-weight: 400;
	src: url('./regular.woff2') format('woff2'),
	     url('./regular.woff') format('woff'),
	     url('./regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Moon flower';
	font-style: normal;
	font-weight: 600;
	src: url('./bold.woff2') format('woff2'),
	     url('./bold.woff') format('woff'),
	     url('./bold.ttf') format('truetype');
}
