*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--bb-font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--bb-text);
  background: var(--bb-bg);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--bb-turf-dim);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--bb-pitch);
}

:focus-visible {
  outline: 2px solid var(--bb-ring);
  outline-offset: 2px;
}

.bb-container {
  width: var(--bb-container);
  margin-inline: auto;
}

.bb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1,
h2,
h3 {
  font-family: var(--bb-font-display);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.6rem, 7vw, 4rem);
  margin: 0 0 var(--bb-space-md);
}

h2 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  margin: 0 0 var(--bb-space-md);
}

h3 {
  font-size: 1.35rem;
  margin: 0 0 var(--bb-space-sm);
}

p {
  margin: 0 0 var(--bb-space-md);
}

ul,
ol {
  margin: 0 0 var(--bb-space-md);
  padding-left: 1.2rem;
}

.bb-section {
  padding-block: var(--bb-space-2xl);
}

.bb-section--tight {
  padding-block: var(--bb-space-xl);
}

.bb-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bb-turf-dim);
  margin-bottom: var(--bb-space-sm);
}
