.text.small {
	font-size: 14px;
}
.text.medium {
	font-size: 20px;
}

/* color */
.text-color01 {
	color: #222 !important;
}
.text-color02 {
	color: #01baef !important;
}
.text-color03 {
	color: #706bd5 !important;
}
.text-color04 {
	color: #003bc3 !important;
}
.text-color05 {
	color: #3b1db0 !important;
}
.text-color06 {
	color: #e93250 !important;
}
.text-color07 {
	color: #808080 !important;
}
.text-color08 {
	color: #fff !important;
}

/* font-weight */
.weight-regular {
	font-weight: 400 !important;
}
.weight-medium {
	font-weight: 500 !important;
}
.weight-semibold {
	font-weight: 600 !important;
}
.weight-bold {
	font-weight: 700 !important;
}

/* font-style */
.style-normal {
	font-style: normal !important;
}
.style-italic {
	font-style: italic !important;
}

/* font-decoration */
.style-underline {
	text-decoration: underline !important;
}

@media screen and (max-width: 720px) {
	.text.medium {
		font-size: 16px;
	}
}