/* Shared LIQUIDY wordmark, with the original skewed L emblem. */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/homepage/assets/space-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/homepage/assets/inter-700.ttf') format('truetype');
}
.wordmark,
.logo,
.new-logo,
.ld-footer-wordmark,
.f-brand,
.cc-brand {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: .22em;
  white-space: nowrap;
  flex-shrink: 0;
}
.new-logo {
  align-items: center;
  gap: 10px;
  font-size: 19px;
}
.ld-footer-wordmark { font-size: clamp(2.6rem, 11vw, 10rem); }
.new-logo > .brand-icon {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -.09em;
  margin-top: 0;
}
.brand-icon {
  display: inline-grid;
  place-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 34px;
  margin-right: 2px;
  border-radius: 8px;
  background: #141916;
  color: #d5ff7a;
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.09em;
  transform: skew(-8deg);
}
@media (max-width: 560px) {
  .new-logo { font-size: 14px; gap: 6px; }
}

.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.logo > .brand-icon { color: #d5ff7a; }
