:root {
  --brand-green: #16C37D;
  --brand-black: #050505;
  --brand-white: #FFFFFF;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink, var(--brand-black));
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
}

.brand .brand__mark {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand .brand__word {
  color: inherit;
}

.brand .brand__api {
  color: var(--brand-green);
}

.brand--mono .brand__api {
  color: inherit;
}

.brand--inverse {
  color: var(--brand-white);
}
