﻿.fonts {
    font-size: 12px;
}

.fontsHead {
    font-size: 17px;
}

.heads {
    font-size: 22px;
    font-weight: bold;
}

.superHead {
    font-size: 29px;
    font-weight: bold;
}


@media(max-width: 380px) {
    .fonts {
        font-size: 3.5vw;
    }

    .fontsHead {
        font-size: 4.5vw;
    }

    .heads {
        font-size: 5.85vw;
    }

    .superHead {
        font-size: 7.5vw;
    }
}
