@layer widths {
    :where(.content-max-width-large > .component-wrapper > .region > .content-wrap) {
        max-width: var(--content-width-large);
    }

    :where(.content-max-width-medium > .component-wrapper > .region > .content-wrap) {
        max-width: var(--content-width-medium);
    }

    :where(.content-max-width-small > .component-wrapper > .region > .content-wrap) {
        max-width: var(--content-width-small);
    }
}
