//
// Global
//

@global-color: #665a55;
@global-emphasis-color: #4f3c30;
@global-inverse-color: #fffcf7;
@global-link-color: #ad604b;
@global-muted-color: #a5a09e;
@global-link-hover-color: #9a593d;

@global-background: #e9e6e1;
@global-danger-background: #ba4545;
@global-muted-background: #e2ded8;
@global-primary-background: #bd7960;
@global-secondary-background: #2e2723;
@global-success-background: #6f9643;
@global-warning-background: #c9a163;

@global-border: rgba(161, 150, 145, 0.38);

@global-large-box-shadow: 2px 18px 48px 0 rgba(34, 32, 30, 0.09);
@global-medium-box-shadow: 2px 12px 32px 0 rgba(34, 32, 30, 0.09);
@global-small-box-shadow: 2px 4px 16px 0 rgba(34, 32, 30, 0.09);
@global-xlarge-box-shadow: 2px 26px 56px 0 rgba(34, 32, 30, 0.09);

//
// Base
//

@base-ins-background: rgba(255, 255, 221, 0.37);
@base-mark-background: rgba(255, 245, 221, 0.46);

//
// Card
//

@card-default-background: lighten(@global-background, 2%);

//
// List
//

@list-striped-background: rgba(0, 0, 0, 0.03);
