﻿.checkbox-input > label {
	color: #2C2C2C;
}

/*NEW STYLES BELOW*/

label {
	font-family: Inter;
	font-weight: 500;
	color: #1D1D1B;
	font-size: 12px;
}

	label.neutral-600 {
		color: #525252;
	}

	label.medium-caps-12 {
		text-transform: uppercase;
	}

	label.medium-caps-14 {
		text-transform: uppercase;
		font-size: 14px;
	}

	label.medium-14 {
		font-size: 14px;
		line-height: 20px;
	}

	label.input-regular-14-20 {
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
	}

	label.input-regular-18-32 {
		font-weight: 400;
		font-size: 18px;
		line-height: 32px;
	}

	label.input-regular-16-20 {
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
	}

	label.input-regular-16-24 {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}

	label.input-medium-14-20 {
		font-size: 14px;
		line-height: 20px;
	}

	label.input-medium-16-20 {
		font-size: 16px;
		line-height: 20px;
	}

	label.input-medium-16-24 {
		font-size: 16px;
		line-height: 24px;
	}

	label.input-semibold-14-20 {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
	}

	label.input-semibold-caps-14-20 {
		font-weight: 600;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 20px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Inter;
	font-weight: 500;
	color: #1D1D1B;
}

h1 {
	font-size: 32px;
	line-height: 48px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

h6 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.info-label-header {
	color: #737373;
	line-height: 20px;
	font-size: 14px;
}

.info-label-value {
	color: #2C2C2C;
	line-height: 20px;
	font-size: 14px;
}

.elaboration-gray-label-bold {
	font-weight: 600;
	padding-bottom: 20px;
}

label.input-height {
	line-height: 48px;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 20px;
		line-height: 30px;
	}

	h4 {
		font-size: 16px;
		line-height: 20px;
	}

	h5 {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
	}

	label.input-medium-16-24 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
	}
}
