/* FONT SIZES */
@media all and (max-width: 799px) {

    .heading,
    .sv-font-stor-innehallstext,
    .sv-font-vit-h1rubrik,
    .sv-font-stor-h2,
    .sv-font-stor-h2-utan-h2,
    .sv-font-vit-h1-utan-h1 {
        font-size: 218.75%;
    }

    .subheading {
        font-size: 157%;
    }

    .subheading3,
    .sv-font-liten-h2 {
        font-size: 156.3%;
    }

    .normal,
    .sv-font-vit-brodtext,
    .sv-font-formulartext,
    .dina-footer__text--regular {
        font-size: 110%;
    }

    .sv-font-ingress {
        font-size: 140%;
    }

    .sv-font-titel-brodtext {
        font-size: 100%;
    }
}