/* PBWASH base compatibility layer. Intentionally tiny to avoid changing business screens. */
body,
button,
input,
select,
textarea {
  font-family: var(--pb-font-system, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

:focus-visible {
  outline: 2px solid rgba(47, 107, 255, 0.35);
  outline-offset: 2px;
}
