.header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.header__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--c-ink);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.header__greeting {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.header__sub {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-ink-muted);
}
