@import './public-theme.css';

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
    /* Keep responsive portal canvases viewport-bound. Wide operational tables
       manage their own horizontal scrolling in DataTable. */
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}
