/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */


// here you can override theme styles
//nb-card-header {
  // TODO!!!! it should be possible to specify specific styles for a theme, probably in register theme
  //color: nb-theme(color-primary) !important;
  //text-transform: capitalize !important;
  //text-decoration: underline;
//}


@import '~semantica-nebular/src/framework/theme/styles/all';
@import '~semantica-nebular/src/framework/auth/styles/all';

$nb-themes: nb-register-theme((
  background-inverse: #5f1eff,
  header-foreground: #ce55bd,
  card-background: #cfe8ff,
  card-foreground: #747bde,
  card-separator: red,
  radius: 0,
  color-primary: red,

), blue, cosmic);

$nb-themes: nb-register-theme((
  header-foreground: #76ff81,

), blue1, blue);

@include nb-install() {
  @include nb-theme-global();
  @include nb-auth-global();
};
