/* PF - Theme: global overrides loaded on every theme.
   Ports the sitewide custom CSS previously served by EblaTheme's dynamic
   stylesheet (config customCss), incl. the wide container widths that also
   covered EblaLayoutPro's wide-detail flag. */

:root {
    --container-max-width: 95%;
    --record-grid-max-width: 95%;
}
