:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  color: #16212f;
  background: #f6f8fb;
}

.container {
  width: min(100% - 2rem, 48rem);
  margin-inline: auto;
}

.site-header,
.site-footer {
  background: #ffffff;
  border-bottom: 1px solid #dde3eb;
}

.site-footer {
  border-top: 1px solid #dde3eb;
  border-bottom: 0;
  margin-top: 3rem;
}

.site-header .container,
.site-footer .container {
  padding: 1rem 0;
}

main.container {
  padding: 1.25rem 0;
}

h1,
h2 {
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
}

h2 {
  margin-top: 1.5rem;
  font-size: clamp(1.2rem, 1.05rem + 0.8vw, 1.4rem);
}

p,
li {
  font-size: 1rem;
}

.eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #4a5c73;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

a {
  color: #0f5fd2;
}

a[aria-current="page"] {
  font-weight: 600;
  text-decoration: none;
}
