.textXS {
    font-size: 11px;
}
.textS {
    font-size: 12px;
}
.textM {
    font-size: 14px;
}
.textL {
    font-size: 16px;
}
.textXL {
    font-size: 18px;
}
.textXXL {
    font-size: 20px;
}
.textSB {
    font-size: 12px; font-weight:bold;
}
.textMB {
    font-size: 14px; font-weight:bold;
}
.textLB {
    font-size: 16px; font-weight:bold;
}
.tomato {
    color: #FF6347;
}
