@charset "utf-8";
@font-face {
	font-family: 'NotoSans';
	font-style: normal;
	font-weight: 500;
		src: url('../fonts/NotoSans-500.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NotoSans';
	font-style: normal;
	font-weight: 700;
		src: url('../fonts/NotoSans-700.woff') format('woff');
	font-display: swap;
}

@font-face {
    font-family: 'NotoSerif';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSerif-700.woff') format('woff');
	display: swap;
}