//
// Global
//

@global-color: #6680a0;
@global-emphasis-color: #033b7f;
@global-link-color: #f2b514;
@global-muted-color: #9caab8;
@global-link-hover-color: #ce9b14;
@global-danger-background: #ffb4b4;
@global-muted-background: #f6f9fb;
@global-primary-background: #fff3cc;
@global-secondary-background: #fffbea;
@global-success-background: #d9edc3;
@global-warning-background: #ffddc2;
@global-border: #d5dfe8;

//
// Alert
//

@alert-danger-color: #ee4343;

//
// Button
//

@button-default-hover-border: #f3cf58;

@button-secondary-border: rgba(3, 59, 127, 0.25);
@button-secondary-hover-border: rgba(3, 59, 127, 0.35);
@button-secondary-active-border: rgba(3, 59, 127, 0.4);

//
// Card
//

@card-default-hover-border: #f3cf58;
@card-secondary-border: rgba(3, 59, 127, 0.25);
@card-secondary-hover-border: rgba(3, 59, 127, 0.35);

//
// Text
//

@text-secondary-color: saturate(darken(@global-secondary-background, 30%), 5%);
@text-danger-color: #ee4343;

