@use '../variables/spacing';

@use './position';

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-left {
  text-align: left !important;
}

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

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

.text-justify {
  text-align: justify !important;
}

.box-border {
  box-sizing: border-box !important;
}

.flex-justify-center {
  display: flex;
  justify-content: center;
}
