@media screen and (min-width: 1500px) {

    :root {
        font-size: 110%;
    }

}


@media screen and (min-width: 1750px) {

    :root {
        font-size: 130%;
    }

}

@media screen and (min-width: 2000px) {

    :root {
        font-size: 140%;
    }

}

@media screen and (min-width: 2250px) {

    :root {
        font-size: 150%;
    }

}

@media screen and (min-width: 2500px) {

    :root {
        font-size: 160%;
    }

}

@media screen and (min-width: 2750px) {

    :root {
        font-size: 180%;
    }

}

@media screen and (min-width: 3000px) {

    :root {
        font-size: 200%;
    }

}

@media screen and (min-width: 3250px) {

    :root {
        font-size: 210%;
    }

}

@media screen and (min-width: 3500px) {

    :root {
        font-size: 240%;
    }

}

@media screen and (min-width: 3750px) {

    :root {
        font-size: 250%;
    }

}

@media screen and (min-width: 4000px) {

    :root {
        font-size: 280%;
    }

} 