:root {
    --site-rem: 16px;
}

html {
    font-size: var(--site-rem);
}
