@charset "UTF-8";

@font-face {
	font-family: 'CoreDream';
	font-weight: 700;
	font-display: swap;
	src: local('CoreDream ExtraBold'), url('/fonts/S-CoreDream-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'CoreDream';
	font-weight: 500;
	font-display: swap;
	src: local('CoreDream Medium'), url('/fonts/S-CoreDream-Medium.woff') format('woff');
}

@font-face {
	font-family: 'CoreDream';
	font-weight: 400;
	font-display: swap;
	src: local('CoreDream Regular'), url('/fonts/S-CoreDream-Regular.woff') format('woff');
}


