/* Shared table type scale, matching the project BOQ name cell (12px at the
   default root size). Keep colors, weights, spacing and icon sizes independent. */
:root {
  --table-font-size: 0.75rem;
}

/* Explicitly cover nested text and controls: existing tables mix text-sm,
   text-xs and badge styles. The shared size takes precedence over those local
   utilities, including tables rendered later inside dialogs. */
table,
table :is(thead, tbody, tfoot, tr, th, td, caption, div, span, p, a, button,
  input, select, textarea, label, strong, b, small, em, i, code, pre, output,
  h1, h2, h3, h4, h5, h6, li, dt, dd):not(.material-symbols-outlined) {
  font-size: var(--table-font-size) !important;
}
