.primary-big-text {
  font-size: 1.625rem;
}

.medium-text {
  font-size: 1.25rem;
}

.small-text {
  font-size: 0.8rem;
}

.white-text {
  color: #fff;
}

.primary-text,
.vivid-green-text {
  color: @primaryColor;
}

.secondary-text,
.light-green-text {
  color: @secondaryColor;
}

.tertiary-text {
  color: @tertiaryColor;
}

.dark-green-text {
  color: @bottleGreen;
}

.blue-text {
  color: @blue-5;
}

.red-text {
  color: @red;
}

.yellow-text {
  color: @orange;
}

.grey-text {
  color: @tertiaryColor;
}
