body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.nav__logo,
.hero__title,
.section__title,
.about__head h3,
.about__path-title,
.timeline__org,
.contacts__person h3 {
  letter-spacing: 0.01em;
}

.hero__title {
  font-weight: 600;
}

.section__title {
  font-weight: 600;
}

.hero__motto {
  font-family: var(--font-heading, inherit);
  font-weight: 500;
}

.card h3,
.btn {
  font-family: var(--font-body, inherit);
}
