@font-face {
  font-family: "Manrope Brand";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/fonts/manrope-latin-600-normal.woff2") format("woff2");
}

.brand-lockup {
  --brand-lockup-mark-size: 34px;
  --brand-lockup-font-size: 18px;
  --brand-lockup-gap: 10px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: var(--brand-lockup-gap);
  color: #f8faff;
  font-family: "Manrope Brand", Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--brand-lockup-font-size);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-lockup__mark {
  display: block;
  flex: 0 0 auto;
  width: var(--brand-lockup-mark-size);
  height: var(--brand-lockup-mark-size);
  filter: drop-shadow(0 0 14px rgba(63, 134, 255, 0.42));
}

.brand-lockup__wordmark {
  display: inline-block;
}

.brand-lockup__wordmark strong {
  color: #62a0ff;
  font-weight: 600;
}

.brand-lockup--compact {
  --brand-lockup-mark-size: 28px;
  --brand-lockup-font-size: 16px;
  --brand-lockup-gap: 9px;
}

@media (max-width: 430px) {
  .brand-lockup--responsive {
    --brand-lockup-mark-size: 28px;
    --brand-lockup-font-size: 17px;
    --brand-lockup-gap: 8px;
  }
}
