Container Width
Core uses CSS custom properties for its main content widths. Add your overrides through Code Injection.
:root {
--container--max-width: 700px;
--container-wide--max-width: 900px;
}
This lets you keep the default narrow reading experience while widening only selected content areas.