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

.text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.text-lg {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.text-xl {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.text-xs{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}