:root {
	accent-color: red;
}

html {
	height: 100dvh;
	font-family: system-ui;
}

body {
	margin: 0;

}


