/*TEXTS SIZES PREFERENCES*/

.headings-2, .headings-3, .headings-4 {
    color: rgb(40, 41, 94);
}
.heading-1 {
    font-size: 18px;
} 
.headings-2 {
    color: #000;
    font-size: 27px;
}
.headings-3 {
    font-size: 27px;
    font-weight: 800;
    transform: skewX(-13deg);
}

.headings-4 {
    font-size: 60px;
    font-weight: 800;
    transform: skewX(-13deg);
}

/*LIGHT FONTS*/
.light-absent-1 {
    color: rgb(27, 27, 27);
    font-weight: 400;
}
.light-absent-2 {
    color: rgb(56, 56, 56);
    font-weight: 400;
}