
/* LINSAY RAE brand treatment */
.header__logo-text {
  font-size: 0 !important;
  color: transparent !important;
  letter-spacing: 0 !important;
}
.header__logo-text::after {
  content: "LINSAY RAE";
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .16em;
  color: #0F1F1C;
  white-space: nowrap;
}
@media (max-width: 749px) {
  .header__logo-text::after {
    font-size: 18px;
    letter-spacing: .12em;
  }
}