/*
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@use '../../../theme/styles/themes/default';
@use '../../../theme/styles/theming' as *;
@use '../globals' as *;

$nb-enabled-themes: (default);
$nb-enable-css-custom-properties: false;

@include nb-install() {
  @include nb-bootstrap-global();
}
