body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-white);
  line-height: 1.5;
}

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

p {
  color: var(--color-text-soft);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  color: var(--color-text);
  line-height: 1.05;
}

.section-title {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: var(--space-12);
  color: var(--color-brand-dark);
}

.section-title-left {
  text-align: left;
}

.section-light {
  background: var(--color-white);
}

.section-cream {
  background: linear-gradient(180deg, #fbf7f0 0%, #f5ede2 100%);
}
