

/**umb_name:General Title*/
.generalTitle {
	font-family: var(--font-family-1-2) !important;
	font-weight: 700;
	font-size: var(--title-13) !important;
	line-height:2.43rem;
}

/**umb_name:General Content*/
.generalContent {
	font-family:var(--font-family-1-2) !important;
	font-weight: 400;
	font-size: var(--paragraph-5) !important;
	/*color:var(--gray-dark-6);
	*/line-height:1.41rem;
}

/**umb_name:Small Content*/
.smallText {
	font-family: var(--font-family-1-2) !important;
	font-weight: 400;
	font-size: var(--paragraph-6) !important;
	line-height: 1.41rem;
	letter-spacing: 5px !important;
}

/**umb_name:Text-title*/
.text-title {
	font-family: var(--font-family-1) !important;
	font-weight: 700;
	font-size: var(--paragraph-10) !important;
}

/**umb_name:Text-regular*/
.text-regular {
	font-weight: 400;
	font-size: var(--paragraph-1);
	font-family: var(--font-family-1) !important;
}


/**umb_name:Title*/
.title {
	font-family:var(--font-family-1) !important;
	font-weight: 700;
	font-size: var(--title-10) !important;
}
