strong { font-weight: bold; }
.has-small-font-size { font-size: 12px; }
.has-medium-font-size { font-size: 16px; }
.has-large-font-size { font-size: 24px; }
.has-x-large-font-size { font-size: 32px; }
.has-text-align-left { text-align: left; }
.has-text-align-center { text-align: center; }
.has-text-align-right { text-align: right; }

.has-text-color,
.has-link-color {
    &.has-black-color { color: #000; }
    &.has-cyan-bluish-gray-color { color: #abb8c3; }
    &.has-white-color { color: #fff; }
    &.has-pale-pink-color { color: #f78da7; }
    &.has-vivid-red-color { color: #cf2e2e; }
    &.has-luminous-vivid-orange-color { color: #ff6900; }
    &.has-luminous-vivid-amber-color { color: #fcb900; }
    &.has-light-green-cyan-color { color: #7bdcb5; }
    &.has-vivid-green-cyan-color { color: #00d084; }
    &.has-pale-cyan-blue-color { color: #8ed1fc; }
    &.has-vivid-cyan-blue-color { color: #0693e3; }
    &.has-vivid-purple-color { color: #9b51e0; }
}
