:root {
    font-size: clamp(0.9rem, 0.6rem + 0.5svw, 1.5rem);
}
body {
    background-color: #e7e7e7;
    font-size: 1.3rem; /* inherited font-size * 1.3 */
}
