@import './base.scss';

:root {
	color: $color-black-500;
	font-family: 'Roboto', 'Ubuntu', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body {
	display: flex;
	flex-flow: column;
	min-height: 100svh;
	font-family: 'Roboto', 'Ubuntu', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
