@import "vars";
@import "helpers";
@import "base";
@import "panel";
@import "components";

html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;

	min-height: 100%;
	margin: 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;

	background-color: var(--background);
	color: var(--on-background);

	> * {
		flex-shrink: 0;
	}
}
