@charset "utf-8";

/* CSS Document */

:root {
	--main-color: rgb(56, 67, 63);
	/* Dark green */
	--main-color-rgb: 56, 67, 63;
	/* Same color (RGB only) */
}