:root {
    --font-family: sans-serif;
}

body {
    font-family: var(--font-family);
    font-size: 1.2em;
    margin: 2ch;
}
