* {
	font-family: monospace;
	border: none !important;
}

:root {
	--dark-blue: white;
	--blue: #1e4445;
	--background: black;
	--surfacePrimary: #0d0d0d;
	--surfaceSecondary: #101010;
}

.vue-simple-progress-bar {
	background: var(--blue) !important;
}

.material-icons {
	color: white !important;
}

div:has(.material-icons) {
	color: white !important;
}
