/* Root */

:root {
	--primary: #55b62c;
}

::selection {
	color: var(--bs-white);
	background-color: var(--bs-primary);
}

body {
	font-family: "Noto Sans", sans-serif !important;
	overflow: hidden !important;
}

a {
	text-decoration: none !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}

textarea:focus {
	outline: none !important;
	box-shadow: none !important;
}
