@charset "UTF-8";

@font-face {
	font-family: 'PP Mori';
	src:
        url('../fonts/PPMori-Regular.otf') format('woff');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'PP Mori';
	src:
        url('../fonts/PPMori-SemiBold.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'PP Mori';
	src:
        url('../fonts/PPMori-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
    font-display: swap;
}