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

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

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

.text-grey {
    color: #606060;
}

.text-white {
    color: #FFF;
}

.text-blue {
    color: #5aaefc;
}

.text-dark-blue {
    color: #072943;
}

.text-green {
    color: #78ca32;
}

.text-xs {
    font-size: 11px;
}

.text-s {
    font-size: 12px;
}

.text-m {
    font-size: 14px;
}

.text-l {
    font-size: 19px;
}

.text-xl {
    font-size: 23px;
}

.text-xxl {
    font-size: 30px;
}

.text-xxxl {
    font-size: 40px;
}

.text-xxxxl {
    font-size: 50px;
}

.text-weight-100 {
    font-weight: 100;
}

.text-weight-200 {
    font-weight: 200;
}

.text-weight-300 {
    font-weight: 300;
}

.text-weight-400 {
    font-weight: 400;
}

.text-weight-500 {
    font-weight: 500;
}

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

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

.text-weight-800 {
    font-weight: 800;
}

.text-weight-900 {
    font-weight: 900;
}

.text-liseret {
    text-shadow: 1px 1px #555, -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555;
}