/* Global UI scale (~10% smaller than default; +5% from prior 85% scale) */
html {
  zoom: 0.8925;
}

@supports not (zoom: 1) {
  html {
    font-size: 89.25%;
  }
}
