/**
 * @file
 * Base layout.
 *
 * Extends the corresponding Olivero stylesheet.
 *
 * @see core/themes/olivero/css/layout/layout.css
 */

.container {
  max-width: var(--max-width);
  margin-inline: auto;
}

.page-wrapper {
  max-width: none;
  background-color: var(--color--gray-100);
}
