@font-face {
  font-family: Switzer;
  src: url("/assets/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR-ce38aa90da.woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Switzer;
  src: url("/assets/6XPIMU23OJVRY676OG5YVJMWEHWICATX-cfab7610f8.woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Switzer;
  src: url("/assets/Y7SCNZJOT2MW5ADSGOFLDGH4TNL4JCQY-8f06c60729.woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Switzer;
  src: url("/assets/O34WRFYO7JNWEBBA2LRV2XYRUSYXYDKH-08704f749a.woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Redaction 35 Italic";
  src: url("/assets/jssw9Hg4nVO6tIpmyfRdNw1g-05ec51a23d.woff2");
  font-style: italic;
  font-display: swap;
}

.content-body {
  margin: 0;
  background: #121818;
  color: #f5f7f3;
  font:
    400 18px/1.6 Switzer,
    sans-serif;
}
.content-body * {
  box-sizing: border-box;
}
.content-main {
  max-width: 1200px;
  margin: auto;
  padding: 0 32px;
}
.content-hero {
  padding: 180px 0 96px;
  max-width: 900px;
}
.eyebrow {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b7c0bc;
}
.content-hero h1 {
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin: 32px 0;
}
.content-hero em {
  font-family: "Redaction 35 Italic", serif;
  font-weight: 400;
}
.content-lead {
  max-width: 650px;
  color: #b7c0bc;
  font-size: 22px;
}
.content-section {
  padding: 64px 0;
  border-top: 1px solid #424848;
}
.content-section h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin: 0 0 32px;
}
.content-section > p {
  max-width: 720px;
  color: #b7c0bc;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.content-grid h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}
.content-grid p {
  color: #b7c0bc;
}
.content-body main a {
  color: #f5f7f3;
  text-underline-offset: 5px;
}
.content-body main a:hover {
  color: #b8d9ed;
}
.content-button {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #b7c0bc;
  border-radius: 8px;
  text-decoration: none;
}
.content-cta {
  padding-bottom: 96px;
}
.person-photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
.people-grid {
  row-gap: 64px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
}
.skip-link:focus {
  top: 16px;
  background: #121818;
  padding: 12px;
  color: #fff;
}
@media (max-width: 809px) {
  .content-main {
    padding: 0 20px;
  }
  .content-hero {
    padding: 136px 0 48px;
  }
  .content-hero h1 {
    font-size: 46px;
  }
  .content-lead {
    font-size: 18px;
  }
  .content-section {
    padding: 48px 0;
  }
  .content-section h2 {
    font-size: 30px;
  }
  .content-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 20px;
  }
  .person-photo {
    width: 110px;
    height: 110px;
  }
  .people-grid h3 {
    font-size: 20px;
  }
}
