:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: #F7F5F0;
  color: #242822;
  line-height: 1.6;
}

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

header.site-header {
  border-bottom: 1px solid #E0DDD2;
  background: #FFFFFF;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
}

.site-header .logo {
  font-family: 'Crimson Pro', Georgia, serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #242822;
  text-decoration: none;
}

.site-header nav a {
  color: #5F6459;
  text-decoration: none;
  margin-left: 1.5rem;
  font-size: 0.95rem;
}

.site-header nav a:hover {
  color: #242822;
}

main {
  padding: 3.5rem 0 4rem;
}

h1 {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 2.1rem;
  line-height: 1.25;
  margin: 0 0 1rem;
}

h2 {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 1.4rem;
  margin: 2.5rem 0 0.75rem;
}

p {
  color: #3f453b;
  margin: 0 0 1rem;
}

.lede {
  font-size: 1.1rem;
}

a {
  color: #3D4A3A;
}

.btn {
  display: inline-block;
  background: #3D4A3A;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  border-radius: 6px;
  margin: 0.5rem 0 1rem;
}

.btn:hover {
  background: #2B352A;
}

.steps {
  padding-left: 1.25rem;
}

.steps li {
  margin-bottom: 0.5rem;
  color: #3f453b;
}

footer.site-footer {
  border-top: 1px solid #E0DDD2;
  padding: 2rem 0;
}

footer.site-footer .wrap {
  font-size: 0.85rem;
  color: #8a8f83;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

footer.site-footer a {
  color: #8a8f83;
}
