/* ================================

	# Headings

	IMPORTANT: We're making headings visually indistinct by default, to keep presentation and semantics/accessibility separate.

	Headings should start like divs, vert margin-wise, unless they're within .rt, e.g. .rt h3 { whatever: man; }

	For colors, see also _vars-color

================================ */

/* ---------------
	=Reset
--------------- */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: inherit;
}


/* ---------------
	=Common
--------------- */
.h1, .h2, .h3, .h4, .h5, .h6 {
	word-wrap: normal;
}


/* ---------------
	=Headings
--------------- */
.h1 {
	font-size: 52px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.h1 img {
	position: relative;
	margin: 0 5px;
	top: -2px;
}

.h2 {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-bottom: 2rem;
}

.h2 span {
	position: relative;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.h3 {
	font-size: 24px;
	line-height: 1.2;
}

.h3--jumbo {
	font-size: 30px;
}

.h4 {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 600;
}

.h4--thin {
	font-size: 22px;
	font-weight: 300;
}

.h5 {
	font-size: 19px;
	line-height: 1.2;
	font-weight: 500;
}

.h5--thin {
	font-size: 17px;
	font-weight: 300;
}

.h6 {
	margin-bottom: 0;
	position: relative;
	padding-left: 0;

	font-size: 17px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.h6 i {
	display: none;

	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
}

.label {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.label--mini {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

/*
@media (min-width:200px) and (max-width:768px) {

	.h1 {
		font-size: 54px;
	}

	.label {
		font-size: 16px;
	}

	.label--mini {
		font-size: 16px;
	}

}
*/
