@charset "utf-8";

html {
	font-size: 62.5%; /* root font-size */
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	letter-spacing:0.8pt;
}

@import url('https://fonts.googleapis.com/css?family=Judson:400,700&display=swap');

.judson {
	font-family: 'Judson', serif;
}

.font_wht {
	color: #eeeeee;
}
.font_red {
	color: #ee0000;
}


