.aspect-square {
  aspect-ratio: 1;
}

.font-mono {
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas,
    "DejaVu Sans Mono", monospace;
}

.scroll-x {
  overflow-x: auto;
}

.text-green-dark {
  color: var(--color-green-dark, darkgreen);
}

.text-red-dark {
  color: var(--color-red-dark, darkred);
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.width-full {
  width: 100%;
}
