/* Header */
.top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
}
.top img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}
.wordmark {
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 18px;
}
.wordmark b {
  color: var(--accent);
  font-weight: 700;
}
