h2 {
    font-size: inherit;
    margin: 0;
    color: #535c68;
    font-weight: 400;
}


small,
.text-small {
    font-size: smaller;
    color: #888;
}



.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-grayed {
    color: #888;
}

.font-weight-600 {
    font-weight: 600;
}

.text-green {
    color: #27ae60;
}

.text-color-inherit {
    color: inherit;
}

.text-no-select {
    user-select: none;
}

.text-no-wrap {
    white-space: nowrap;
}

.larger {
    font-size: larger;
}