.canceled { text-decoration: line-through; }

.flex-column { flex-direction: column; }

.h-fit { height: fit-content; }

.h-100 { height: 100%; }

.middle { vertical-align: middle; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.padded { padding: .75rem; }

.position-fixed {
  position: fixed;
  top: 0;
}

.radius-10 { border-radius: 10px; }

.table-responsive { white-space: nowrap; }

.text-capitol::first-letter { text-transform: uppercase !important; }

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

.text-decoration-line-through { text-decoration: line-through; }

.text-headline {
  font-family: BeVietnam;
  font-size: var(--headline-font-size);
}

.text-wrap { text-wrap: balance; }

.wrapped { white-space: normal !important; }

.w-fit { width: fit-content; }

.w-100 { width: 100%; }

.ps-1 { padding-left: var(--size-1); }

.ps-2 { padding-left: var(--size-2); }

.pt-1 { padding-top: var(--size-1); }

.pt-2 { padding-top: var(--size-2); }

.vertically-centered { vertical-align: middle; }
