@charset "utf-8";

:root {
	--primary-color: #ee86a1;
	--primary-color-rgb: 238, 134, 161;
	--secondary-color: #204fa2;
	--secondary-color-rgb: 32, 79, 162;
	--white-color: #fff;
	--white-color-rgb: 255, 255, 255;
	--black-color: #000;
	--black-color-rgb: 0, 0, 0;
	--sans-jp: "Noto Sans JP", sans-serif;
}