@import "fonts/stylesheet.css";

:root {
	--background-color: #0c5b98;
	--button-color: #48b117;
	--button-secondary-color: #7403aa;

	--text-color: #000;
	--text-light-color: #fff;
}

body {
	font-family: kot-eitai_gothicbold, sans-serif;
}