.underline {
  text-decoration: underline;
}
.bold {
  font-weight: 700;
}
.text-xs {
  font-size: 12px;
}
.text-xs-item {
  --color: var(--color-neutral-900, black);
  font-size: 14px;
}
.text-light {
  color: var(--color-neutral-700, #686868);
}
.clickable {
  cursor: pointer;
}
.truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
