.text-xs {
    font-size: 10px;
    line-height: 12px;
}

.text-sm {
    font-size: 12px;
    line-height: 16px;
}

.text-md {
    font-size: 16px;
    line-height: 24px;
}

.text-lg {
    font-size: 20px;
    line-height: 24px;
}

.text-xl {
    font-size: 24px;
    line-height: 28px;
}

.text-xxl {
    font-size: 28px;
    line-height: 32px;
}

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

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