/* ============================================================
   Industrias Gueca / PANELROCK — Design System
   Global entry point. Consumers link THIS file only.
   Import list only — no rules here.
   ============================================================ */
@import url('./tokens/fonts.css');
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/layout.css');

html, body { overflow-x: hidden; }
table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pr-two-col, .pr-two-col > * { min-width: 0; }
.pr-two-col input, .pr-two-col select, .pr-two-col textarea { max-width: 100%; }
