h1.menu-title {
    font-weight: 700;
}

/* Increase base font size by ~30% (default is 1.6rem) */
body {
    font-size: 2.08rem;
}

/* Scale code proportionally */
:root {
    --code-font-size: 1.1em;
}
