@charset "utf-8";

:root {
	--base: #5f5f5f;
	--key: #00a688;
	--bk2: #555;
	--gn1: #8fd8cb;
	--gn2: #78c3b5;
	--gy1: #c9caca;
	--gy2: #cdcdcd;
	--back: #3ca894;
	--mark: #fff0be;
}


/* FOT-TsukuARdGothic Std /Regular:400 /Bold:700 */
.g {
  font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
  font-style: normal;
}

/* Quicksand /Medium:500 /Bold:700 */
.e {
  font-family: quicksand, sans-serif;
	font-weight: 500;
  font-style: normal;
}