/* ==========================================================================
   Utilities - text
   ========================================================================== */

/**
 * Custom text utilities in the vein of SUIT CSS text utilities:
 * https://github.com/suitcss/utils-text
 */

/* Large text */
.u-textLarge {
  font-size: big !important;
}

/* Small text */
.u-textSmall {
  font-size: small !important;
}
