/*
 * Terms & Conditions page — matches quilt campaign typography
 * (Butler headlines + Montserrat body). 15px font floor.
 *
 * Breakpoints (kept in sync with quilt-landing.css):
 *   Mobile (base):  up to 767px
 *   Desktop:        min-width: 768px
 */

@font-face {
	font-family: 'Butler';
	src: url('../fonts/Butler-Bold.woff2') format('woff2'),
	     url('../fonts/Butler-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.terms {
	font-family: 'Montserrat', sans-serif;
	color: #3D414F;
	background: #fff;
	padding: 2rem 1.25rem 4rem;
}

.terms__inner {
	max-width: 720px;
	margin: 0 auto;
}

.terms__header {
	border-bottom: 1px solid #E6CAAC;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
}

.terms__headline {
	font-family: 'Butler', serif;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 1.15;
	margin: 0 0 0.5rem;
	color: #3D414F;
}

.terms__updated {
	font-size: 0.9375rem;
	color: #5D9A83;
	margin: 0;
}

.terms__body {
	font-size: 1rem;
	line-height: 1.65;
}

.terms__body h2 {
	font-family: 'Butler', serif;
	font-weight: 700;
	font-size: 1.5rem;
	margin: 2rem 0 0.75rem;
	color: #3D414F;
}

.terms__body h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	margin: 1.5rem 0 0.5rem;
	color: #3D414F;
}

.terms__body p {
	margin: 0 0 1rem;
}

.terms__body ul,
.terms__body ol {
	margin: 0 0 1rem 1.25rem;
	padding: 0;
}

.terms__body li {
	margin: 0 0 0.5rem;
}

.terms__body a {
	color: #9C3D20;
	text-decoration: underline;
}

.terms__body a:hover,
.terms__body a:focus {
	color: #F89C4E;
}

@media (min-width: 768px) {
	.terms {
		padding: 4rem 2rem 6rem;
	}

	.terms__headline {
		font-size: 3rem;
	}

	.terms__body {
		font-size: 1.0625rem;
	}

	.terms__body h2 {
		font-size: 1.75rem;
	}
}
