/* Target root and specific color schemes to ensure variable is picked up */
:root,
[data-md-color-scheme="default"],
[data-md-color-scheme="slate"] {
    --md-grid-max-width: 70rem;
}

/* Fallback/Forced override directly on the grid class */
.md-grid {
    max-width: 70rem !important;
}