*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-weight: 300;
	background: #fff;
	color: #333;
	line-height: 1.7;
	min-height: 100vh;
}

a {
	color: inherit;
}

.container {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 3rem;
}

.wrapper {
	padding: 5rem 0;
}

/* Icon mark */

.icon-mark {
	margin-bottom: 1.75rem;
}

.icon-mark img {
	width: 4.5rem;
	height: auto;
	display: block;
}

/* Header */

h1 {
	font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 2.75rem;
	color: #1a1a1a;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.tagline {
	font-size: 1.05rem;
	color: #444;
	line-height: 1.8;
	max-width: 42rem;
	margin-bottom: 1.5rem;
}

.body-copy {
	font-size: 0.95rem;
	color: #444;
	line-height: 1.85;
	max-width: 42rem;
	margin-bottom: 1.5rem;
}

.body-copy:last-child {
	margin-bottom: 0;
}

/* Section header */

.section-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.13em;
	color: #777;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}

/* Footer */

#footer {
	border-top: 1px solid #ececec;
	padding: 2rem 0;
	text-align: center;
}

.footer-copy {
	display: block;
	font-size: 0.85rem;
	font-weight: 300;
	color: #999;
}

.footer-links {
	display: block;
	font-size: 0.8rem;
	font-weight: 300;
	color: #999;
	margin-top: 0.6rem;
}

.footer-link {
	color: inherit;
	text-decoration: none;
}

.footer-link:hover {
	text-decoration: underline;
}

.footer-links a {
	color: #4f81bd;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

/* Small screens */

@media (max-width: 540px) {
	.container {
		padding: 0 1.5rem;
	}

	.wrapper {
		padding: 3.5rem 0;
	}

	h1 {
		font-size: 2.25rem;
	}

	.icon-mark img {
		width: 3.5rem;
	}
}
