// Basic Styles

.u-text-bold {
  font-weight: bold;
}

.u-text-italic {
  font-style: italic;
}

.u-text-uppercase {
  text-transform: uppercase;
}

// Alignment

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

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

// Whitespace

.u-text-nowrap {
  white-space: nowrap;
}

// Overflow

.u-text-breakword {
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word; // IE 11, identical to overflow-wrap
}

.u-text-interactive1 {
  color: $color-interactive1;
}

.u-text-interactive2 {
  color: $color-interactive2;
}

// Textstyles
@import 'textstyles';
