@import "../src/styles.css";

.brand-mark,
.ai-avatar {
  font-weight: 900;
}

.nav-item {
  font-weight: 650;
}

.nav-item,
.pipeline-card,
.bottom-nav button {
  font-family: inherit;
}

.pipeline-card > span {
  color: var(--teal);
  font-size: 1.15rem;
}

.pipeline-card small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.scrim.is-visible {
  display: grid;
}
