//
// Global
//

@global-emphasis-color: #000;

@global-link-color: #9b34ff;

@global-danger-background: #f74d68;
@global-primary-background: #9b34ff;
@global-secondary-background: #43157b;
@global-success-background: #3fC76C;
@global-warning-background: #fC9b14;

//
// Badge
//

@badge-color: @global-inverse-color;

//
// Button
//

@button-primary-hover-color: @global-inverse-color;

//
// Card
//

@card-badge-color: @global-inverse-color;
@card-primary-color: fade(@global-inverse-color, 70%);
@card-primary-color-mode: light;
@card-primary-title-color: @global-inverse-color;
@card-primary-hover-box-shadow: @global-large-box-shadow;

//
// Nav
//

@inverse-nav-secondary-item-hover-color:        @inverse-global-emphasis-color;
@inverse-nav-secondary-subtitle-hover-color:    @inverse-global-emphasis-color;

//
// Notification
//

@notification-message-primary-color: @global-inverse-color;
@notification-message-primary-color-mode: light;

//
// Section
//

@section-primary-color-mode: light;

//
// Slidenav
//

@slidenav-background: rgba(0,0,0,.25);
@slidenav-hover-background: rgba(0,0,0,.3);
@slidenav-active-background:  rgba(0,0,0,.2);

//
// Subnav
//

@subnav-pill-item-hover-color: @global-inverse-color;

//
// Tile
//

@tile-primary-color-mode: light;