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

@use 'normalize';
@use 'tables/smart-table.theme' as smart-table;
@use 'typography/typography';

@mixin nb-theme-overrides() {
  @include typography.nb-typography();
  @include smart-table.nb-tables-smart-table-theme();
}
