/* PP Mori Extra Light */
@font-face {
	font-family: 'PP Mori';
	font-style: normal;
	font-weight: 300;
	src: url('ppmori-extralight.woff2') format('woff2'),
		url('ppmori-extralight.woff') format('woff'),
		url('ppmori-extralight.ttf') format('truetype'),
		url('ppmori-extralight.otf') format('opentype'),
		url('ppmori-extralight.eot') format('embedded-opentype');
}

/* PP Mori Regular */
@font-face {
	font-family: 'PP Mori';
	font-style: normal;
	font-weight: 400;
	src: url('ppmori-regular.woff2') format('woff2'),
		url('ppmori-regular.woff') format('woff'),
		url('ppmori-regular.ttf') format('truetype'),
		url('ppmori-regular.otf') format('opentype'),
		url('ppmori-regular.eot') format('embedded-opentype');
}

/* PP Mori Semi Bold */
@font-face {
	font-family: 'PP Mori';
	font-style: normal;
	font-weight: 500;
	src: url('ppmori-semibold.woff2') format('woff2'),
		url('ppmori-semibold.woff') format('woff'),
		url('ppmori-semibold.ttf') format('truetype'),
		url('ppmori-semibold.otf') format('opentype'),
		url('ppmori-semibold.eot') format('embedded-opentype');
}