/*
  SanorixLIMS - live override stylesheet.

  This file is NOT bundled or hashed by Vite. After deploy it lives at
  <site>\wwwroot\custom.css and can be edited directly on the server.
  Edit here, save, then refresh the browser (Ctrl+F5) - no React rebuild needed.

  Only for small tweaks: colors, sizes, spacing. Use !important so these
  win over the built-in styles. Keep the main design changes in the React code.

  Example:
    .app-shell { --brand: #0f5aa8; }
    .some-class { color: #0f5aa8 !important; }
*/
