:root {
	--primary-color: #ffffff;
	--secondary-color: #b5c2ca;
	--ternary-color: #081225;
	--quaternary-color: #f0f3f4;
	--button-navbar-hover: #ececec;
	--window-margin: 24px;
}

button {
	border: none;
	cursor: pointer;
}
