/* Global scale to 90% across app */
html { zoom:0.9; }
/* Firefox fallback: scale main content wrappers; adjust selectors as needed */
@-moz-document url-prefix() {
  html { zoom:1; }
  body { transform:scale(.9); transform-origin:top center; }
}
