.text-dino--xs {
  font-size: .75rem
}

.text-dino--sm {
  font-size: .875rem
}

.text-dino--md {
  font-size: 1rem
}

.text-dino--lg {
  font-size: 1.25rem
}

.text-dino--xl {
  font-size: 1.5rem
}

.text-dino--xl-2 {
  font-size: 32px
}

.text-dino--xl-3 {
  font-size: 40px
}

.text-dino--xl-4 {
  font-size: 48px
}

.text-dino--xl-5 {
  font-size: 56px
}

.text-dino--bold {
  font-weight: 700;
}

/* @TODO: We may move this to a global text styles. */
.text-dino--no-wrap {
  white-space: nowrap;
}
.text-dino--bold {
  font-weight: 700;
}
.text-dino--semi-bold {
  font-weight: 600;
}
