@font-face {
	font-family: 'Instrument Sans';
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/instrument-sans-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Instrument Sans';
	font-weight: 600;
	font-display: swap;
	src: url('/fonts/instrument-sans-600.woff2') format('woff2');
}

body {
	margin: 0;
	font-family: 'Instrument Sans', system-ui, sans-serif;
	background-color: #f9f9f9;
	color: #706f6c;
	line-height: 1.6;
}

header,
footer {
	padding: 1.5rem;
	text-align: center;
}

nav a {
	margin: 0 .5rem;
	color: #1e40af;
	text-decoration: underline;
}

main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 1.5rem;
}

h1 {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 2rem;
}

h1 span {
	color: #ff6347;
}

h2 {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

p {
	max-width: 700px;
	margin-bottom: 1rem;
}

a {
	color: #1e40af;
	text-decoration: underline;
}

ul {
	list-style: disc;
	padding-left: 1.25rem;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 0.5rem;
	margin-top: 2rem;
}

footer {
	font-size: 0.9rem;
	color: #999;
}
