* {
  box-sizing: border-box;
}

html {
  color: var(--ebs-ink);
  background: var(--ebs-soft);
  font-family: var(--ebs-font-body);
  line-height: 1.5;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ebs-navy-950);
  font-family: var(--ebs-font-heading);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

h3 {
  font-size: 1.25rem;
}

.container {
  width: min(100% - 32px, var(--ebs-container));
  margin-inline: auto;
}

.section {
  padding: 72px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.eyebrow {
  color: var(--ebs-crimson-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .section {
    padding: 48px 0;
  }
}
