@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&display=swap");

.eyebrow,
.instagram-heading .eyebrow {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(0.8rem, 1.1vw, 0.96rem);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.brand > span:last-child {
  min-width: 0;
}

.brand small {
  white-space: nowrap;
}

.entry-content h2 {
  font-size: clamp(2.4rem, 7vw, 4.5rem);
}

.entry-content h2 em {
  display: inline-block;
  font-size: 0.72em;
  line-height: 1.08;
}

@media (max-width: 620px) {
  .brand small {
    font-size: 0.46rem;
    letter-spacing: 0.11em;
  }

  .entry-content h2 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
  }
}
