.uppercase {
    text-transform: uppercase;
}

/* WEIGHTS */
.fontWeight-400 {
    font-weight: 400;
}

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

.fontWeight-700 {
    font-weight: 700;
}

/* SIZES */
.fontSize-10 {
    font-size: 11px;
    line-height: 16px;
}

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

.fontSize-14 {
    font-size: 14px;
    line-height: 15px;
}

.fontSize-15 {
    font-size: 15px;
    line-height: 20px;
}

.fontSize-18 {
    font-size: 18px;
    line-height: 1;
}

.fontSize-20 {
    font-size: 20px;
    line-height: 23px;
}

.fontSize-22 {
    font-size: 22px;
    line-height: 28px;
}

.fontSize-24 {
    font-size: 24px;
    line-height: 1;
}

.fontSize-26 {
    font-size: 26px;
    line-height: 34px;
}

.fontSize-30 {
    font-size: 30px;
    line-height: 1;
}

.fontSize-60 {
    font-size: 60px;
    line-height: 1;
}

.fontSize-80 {
    font-size: 80px;
    line-height: 84px;
}

.fontSize-110 {
    font-size: 110px;
    line-height: 1;
}

.fontSize-450 {
    font-size: 450px;
    line-height: 0.8;
}

/* RESPONSIVE */
@media only screen and (max-width: 1280px) {
    .fontSize-26 {
        font-size: 24px;
        line-height: 30px;
    }

    .fontSize-30 {
        font-size: 26px;
    }

    .fontSize-60 {
        font-size: 48px;
    }

    .fontSize-80 {
        font-size: 60px;
        line-height: 64px;
    }

    .fontSize-450 {
        font-size: 370px;
    }
}

@media only screen and (max-width: 768px) {
    .fontSize-10,
    .fontSize-12,
    .fontSize-14,
    .fontSize-15,
    .fontSize-18,
    .fontSize-20,
    .fontSize-22 {
        letter-spacing: 0.011rem;
    }

    .fontSize-24,
    .fontSize-26,
    .fontSize-30,
    .fontSize-60,
    .fontSize-80,
    .fontSize-110,
    .fontSize-450 {
        letter-spacing: 0.006rem;
    }

    .fontSize-10 {
        font-size: 10px;
    }

    .fontSize-15 {
        font-size: 0.969rem;
        line-height: 1.5rem;
    }

    .fontSize-18 {
        font-size: 17px;
    }

    .fontSize-22 {
        font-size: 20px;
        line-height: 23px;
    }

    .fontSize-26 {
        font-size: 22px;
        line-height: 27px;
    }

    .fontSize-30 {
        font-size: 18px;
    }

    .fontSize-60 {
        font-size: 36px;
    }

    .fontSize-80 {
        font-size: 40px;
        line-height: 44px;
    }

    .fontSize-450 {
        font-size: 320px;
    }
}
