.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-size-12 {
    font-size: 12px;
}

.text-size-14 {
    font-size: 14px;
}

.text-size-16 {
    font-size: 16px;
}

.text-size-18 {
    font-size: 18px;
}

.text-size-20 {
    font-size: 20px;
}

.text-size-30 {
    font-size: 30px !important;
}

.text-size-50 {
    font-size: 50px !important;
}

.text-100 {
    font-weight: 100;
}

.text-200 {
    font-weight: 200;
}

.text-300 {
    font-weight: 300;
}

.text-400 {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

.text-600 {
    font-weight: 600;
}

.text-700 {
    font-weight: 700;
}

.text-800 {
    font-weight: 800;
}

.text-900 {
    font-weight: 900;
}

.text-dark {
    color: #000;
}

.text-dark-2 {
    color: #333;
}

.text-gray {
    color: #707070;
}

.text-dark-gray {
    color: #666666;
}

.text-light-gray {
    color: #9e9e9e;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #FF4D58;
}

.text-purple {
    color: #667EEA;
}

.text-secession {
    color: #E53754;
}

.text-blue {
    color: #2C73DE;
}

.text-hover:hover {
    cursor: pointer;
}

.text-orange {
    color: #F47C01;
}

.text-sky-blue {
    color: #2096F3;
}

.text-green {
    color: #4CAF4F;
}