/* COLORS */
.text-primary {
  color: var(--uni-primary) !important;
}

.text-info {
  color: var(--uni-aqua-1) !important;
}

.text-blue-dark {
  color: var(--uni-blue-3);
}

/* UNDERLINE */
.text-underline {
  text-decoration: underline;
}

/* LINE HEIGHT */
.lh-1 {
  line-height: 1;
}

.lh-1_2 {
  line-height: 1.2;
}

/* SIZES */
.fs-18 {
  font-size: 18px
}
