//
// Global
//

@global-color: #3C3736;
@global-emphasis-color: #64615A;
@global-muted-color: #BAB4B2;
@global-link-color: #4BA65A;
@global-link-hover-color: #397343;
@global-danger-background: #BD3528;
@global-primary-background: #4BA65A;
@global-secondary-background: #397343;
@global-success-background: #549E47;
@global-warning-background: #F47131;
@global-border: #E9E3E2;
@global-large-box-shadow: 0 14px 25px 0 rgba(102, 95, 82, 0.08);
@global-medium-box-shadow: 0 5px 15px 0 rgba(102, 95, 82, 0.08);
@global-small-box-shadow: 0 2px 8px 0 rgba(102, 95, 82, 0.08);
@global-xlarge-box-shadow: 0 28px 50px 0 rgba(102, 95, 82, 0.08);

//
// Icon
//

@icon-button-border: lighten(@global-muted-color, 15%);

//
// Section
//

@section-muted-background: #F8F7F4;
