/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
@use "./z-index" as *;

:root {
  /** Default Widget Opacity */
  --buic-widget-opacity: 0.9;
  /** Default Toolbar Opacity */
  --buic-toolbar-opacity: 0.5;

  /** CSS variables for each z-index layer */
  @include uicore-z-index-variables();
}
