@font-face {
	font-family: Outfit;
	src: url(/assets/outfit.ttf);
}

* {
	font-family: "Outfit";
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #f4e8d8;
	color: #fff;
}

#main {
	min-height: 100vh;
}
