

body{
	background-color:#fafafa;
}

.xx-large {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-weight: bold;
	color: #303234;
}

.body-medium {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #303234;
}

.body-regular {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #505254;
}

.body-regular-gray {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #909294;
}

.body-regular-gray-mini {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #C0C2C4;
}

a:link, a:visited {
    color: #C0C2C4;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    color: #C0C2C4;
		text-decoration: underline;
}
