@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

.Roboto {
	font-family: 'Roboto', sans-serif;
}

.Thin {
	font-weight: 100 !important;
}

.Light {
	font-weight: 300 !important;
}

.Regular {
	font-weight: 400 !important;
}

.Medium {
	font-weight: 500 !important;
}

.Bold {
	font-weight: 700 !important;
}

.Black {
	font-weight: 900 !important;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.default {
	text-transform: none;
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size20 {
	font-size: 20px;
}

.size24 {
	font-size: 24px;
}

.size30 {
	font-size: 30px;
}

.size40 {
	font-size: 40px;
}

.size20 {
	font-size: 20px;
}
.size12 {
	font-size: 12px;
}