/*SIZES*/
.text-heading--h1 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.64px;
}

.text-heading--h2 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0.56px;
}

.text-heading--h3 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.48px;
}

.text-heading--h4 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0.36px;
}

.text-heading--h6{
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.32px;
}

.text-bodyBold--large {
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.32px;
}

.text-bodyNormal--deafult {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.32px;
}

.text-bodyNormal--medium {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.32px;
}

.text-bodyNormal--bold {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.32px;
}

.text-body--small {
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.56px;
}

.text-body--extraSmall {
	font-family: 'Poppins', sans-serif !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.56px;
}

/*COLORS*/
.text-color--primary {
	color: #124088 !important;
}

.text-color--secondary {
	color: #FDD742;
}

.text-color--ternary {
	color: #005EB8 !important;
}

.text-color--base {
	color: #474842;
}

.text-color--dark {
	color: #272525 !important;
}

.text-color--light {
	color: #747570;
}

.text-color--neutral {
	color: #EAEAEA;
}

.text-color--neutralDark {
	color: #E7E3E3;
}

.text-color--white {
	color: #FFF !important;
}

.text-color--danger {
	color: #F44336;
}