@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ---------------------------------- */
/* Base Wordmark */
/* ---------------------------------- */

.nb-wordmark {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.035em;
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.nb-wordmark-product {
  font-weight: 800;
  margin-right: 0.02em;
}

.nb-wordmark-base {
  font-weight: 400;
  color: var(--color-text-muted);
}

.nb-wordmark-nudge .nb-wordmark-product {
  color: var(--color-primary);
}

.nb-wordmark-sponsor .nb-wordmark-product {
  color: #1F9D72;
}

.nb-wordmark-feedback .nb-wordmark-product {
  color: #4F46C6;
}

.nb-wordmark-xs {
  font-size: 1rem;
}

.nb-wordmark-sm {
  font-size: 1.25rem;
}

.nb-wordmark-md {
  font-size: 1.75rem;
}

.nb-wordmark-lg {
  font-size: 2.5rem;
}

.nb-wordmark-xl {
  font-size: 3.5rem;
}

/* ---------------------------------- */
/* Context Variants */
/* ---------------------------------- */

.nb-wordmark-header {
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.nb-wordmark-center {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.nb-wordmark-auth {
  align-items: center;
  letter-spacing: -0.035em;
}

.nb-wordmark-display {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: -0.04em;
  line-height: 0.92;
}