:root {
  /* Colors */
  --colorBlack: #000;
  --colorGray: #efefef;
  --colorWhite: #fff;
  --familyDelaGothicOne: "Dela Gothic One", sans-serif;
  --familyMPLUS1: "M PLUS 1", sans-serif;
  --familyMurecho: "Murecho", sans-serif;

/* Families */
  /* Use the most common English font and Japanese Font as the base */
  --familyNotoSans: "Noto Sans JP", sans-serif;
  --familyRoboto: "Roboto", "Noto Sans JP", sans-serif;

	/* --vw-rem: calc(1vw * 0.5208333333333333);
	--sp-vw-rem: calc(1vw * 1.0256410256); */
}
