.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  text-decoration: none;
}

.brand i {
  display: inline-block;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--red);
}

.brand span { color: var(--red); }
