@import url("../fonts/red_hat_mono.css");
@import url("../fonts/rametto.css");

:root{
	--border-green: rgb(51, 122, 166);
}

*{
	font-family: "Red Hat Mono", serif;
}

body, html {
	background-color: rgb(30, 30, 30);
    color: white;
}
