@media screen and (min-width:212px) {
    html {
        font-size: 9.09px
    }
}

@media screen and (min-width:319px) {
    html {
        font-size: 13.65px
    }
}

@media screen and (min-width:359px) {
    html {
        font-size: 15.36px
    }
}

@media screen and (min-width:374px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width:383px) {
    html {
        font-size: 16.38px
    }
}

@media screen and (min-width:399px) {
    html {
        font-size: 17.07px
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 17.71px
    }
}

@media screen and (min-width:423px) {
    html {
        font-size: 18.09px
    }
}

@media screen and (min-width:479px) {
    html {
        font-size: 20.48px
    }
}

@media screen and (min-width:539px) {
    html {
        font-size: 23.04px
    }
}

@media screen and (min-width:639px) {
    html {
        font-size: 27.31px
    }
}

@media screen and (min-width:749px) {
    html {
        font-size: 32px
    }
}