/* Custom width of the content area */
:root {
    --content-max-width: max(750px, 80%);
}
