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

@import 'typography/fonts';

@import 'bootstrap/bootstrap.theme';
@import 'charts/d3.theme';
@import 'components/tree.theme';
@import 'components/toaster.theme';
@import 'maps/leaflet.theme';
@import 'tables/smart-table.theme';

@import 'typography/typography';

@mixin nga-theme-overrides() {
  @include nga-bootstrap-theme();
  @include nga-charts-d3-theme();
  @include nga-components-tree-theme();
  @include nga-maps-leaflet-theme();
  @include nga-tables-smart-table-theme();
  @include nga-components-toaster-theme();
  @include nga-typography();
}
