body{
	margin:0;
	font-family:Righteous-Regular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale}
	code{font-family:Righteous-Regular,source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}
@font-face{font-family:"Righteous-Regular";
src:local("Righteous-Regular"),url(/static/media/Righteous-Regular.fd011047.ttf) format("truetype")}
/*# sourceMappingURL=main.b0c3242a.chunk.css.map */

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #447 #271B36;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #271B36;
}

*::-webkit-scrollbar-thumb {
  background-color: #271B36;
  border-radius: 20px;
  border: 2px solid #447;
}