//
// Global
//

@global-link-color: #5571bd;
@global-danger-background: #e85058;
@global-muted-background: #eeeff3;
@global-primary-background: #5578ce;
@global-secondary-background: #476abf;
@global-success-background: #49b774;
@global-border: #e5e6ed;
@global-large-box-shadow: 0 8px 18px 0 rgba(63, 73, 97, 0.12);
@global-medium-box-shadow: 0 5px 45px 0 rgba(63, 73, 97, 0.12);
@global-small-box-shadow: 0 1px 4px 0 rgba(63, 73, 97, 0.12);
@global-xlarge-box-shadow: 0 14px 50px 0 rgba(63, 73, 97, 0.12);

//
// Theme
//

@theme-page-container-background: #f4f5f7;

//
// Card
//

@card-default-hover-background: #f5f6f8;

//
// Offcanvas
//

@offcanvas-overlay-background: rgba(119, 122, 137, 0.2);

//
// Section
//

@section-muted-background: #f5f6f8;

//
// Tile
//

@tile-muted-background: #f5f6f8;

