html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.etrn-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f8f6f1;
  color: #1a1917;
  line-height: 1.65;
  font-size: 16px;
}

body.etrn-page h1,
body.etrn-page h2,
body.etrn-page h3,
body.etrn-page h4 {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #2a3f33;
}

body.etrn-page h1 {
  font-size: clamp(1.9rem, 4.2vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.etrn-page h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

body.etrn-page h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.etrn-page p {
  color: #5c564d;
}

body.etrn-page main.etrn-main .dl-section-title {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #2a3f33;
}
