* {
	font-family: "Nunito", system-ui;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
label.reqd:after {
	content: '*';
}
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

::-webkit-scrollbar-track
{
/*	display: block;*/
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
/*	display: block;*/
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
/*	display: block;*/
	background-color: #C2C2C2;
}