@font-face {
	font-family: 'noto-sans';
	src: url('/fonts/noto-sans-100.woff2') format('woff2'),
		url('/fonts/noto-sans-100.woff') format('woff');
	font-display: auto;
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: 'noto-sans';
	src: url('/fonts/noto-sans-300.woff2') format('woff2'),
		url('/fonts/noto-sans-300.woff') format('woff');
	font-display: auto;
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'noto-sans';
	src: url('/fonts/noto-sans-400.woff2') format('woff2'),
		url('/fonts/noto-sans-400.woff') format('woff');
	font-display: auto;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'noto-sans';
	src: url('/fonts/noto-sans-600.woff2') format('woff2'),
		url('/fonts/noto-sans-600.woff') format('woff');
	font-display: auto;
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'noto-sans';
	src: url('/fonts/noto-sans-700.woff2') format('woff2'),
		url('/fonts/noto-sans-700.woff') format('woff');
	font-display: auto;
	font-style: normal;
	font-weight: 700;
}
