@media only screen and (max-width: 576px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) {
}

@media only screen and (max-width: 768px) {
    .desktop-menu .menu-item {
        font-size: .75rem;
    }
    html {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 992px) {
    .desktop-menu .menu-item {
        font-size: .85rem;
    }
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1400px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}