Layout and CSS support profile.
document favors stable paged reports. web enables the broader browser
layout profile. strict uses that broader profile and rejects unsupported
CSS by default.
Signature
export type CssProfile = "document" | "web" | "strict";