﻿:root {
    font-size: calc(1rem + .3125vw);
}

@media print {
    :root {
        font-size: 1rem;
    }
}