/* Типографика */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--text-light);
}

p, li, a {
  color: var(--text-muted);
}

a:hover {
  color: var(--bee-yellow);
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

h5 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.bee-header .logo-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.production {
  font-weight: 300;
  font-size: 0.8em;
}