@import "login.css";
@import "dashboard.css";

:root{
	--main-red:#de2a2a;
	--main-orange:#ffa34f;
	--main-yellow:#fbf0b2;
	--main-green:#8dfff3;
}
body,html{
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
}
*{
  font-family: 'Barlow',sans-serif;
}
header{
  width: 100%;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
}
footer{
	width: 100%;
	overflow: hidden;
	position: absolute;
	background: none;
	bottom: 0;
	left: 0;
	z-index: 99;
}
