* {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	color: var(--primary);
	user-select: none;
	margin: 0;
}

:root {
	--theme: rgb(29, 30, 32);
    --entry: rgb(46, 46, 51);
    --primary: rgb(218, 218, 219);
    --secondary: rgb(155, 156, 157);
	--secondary-light: rgb(180, 181, 182);
	--tertiary: rgb(65, 66, 68);
	--tertiary-light: rgb(75, 76, 78);
    --border: rgb(51, 51, 51);
}

html, body {
	height: 100%;
	margin: 0px !important;
	background-color: var(--theme);
}
