/** litht dom (shadow domの対義語)に対し共通で設定するスタイル */

html, body {
	margin: 0px;
	font-family: 'Noto Sans JP', 'Roboto', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
}
