//
// Global
//

@global-color: #3F4851;
@global-emphasis-color: #172130;
@global-inverse-color: #F8F7EC;
@global-link-color: #305E94;
@global-muted-color: #AFAFB9;
@global-link-hover-color: #305E94;
@global-background: #F4F8FA;
@global-muted-background: #ECF2F8;
@global-primary-background: #305E94;
@global-secondary-background: #1D3859;
@global-border: #E0E0E6;
@global-large-box-shadow: 0 14px 25px 0 rgba(48, 94, 148, 0.16);
@global-medium-box-shadow: 0 5px 15px 0 rgba(47, 94, 146, 0.1);
@global-small-box-shadow: 0 1px 4px 0 rgba(48, 94, 148, 0.13);
@global-xlarge-box-shadow: 0 28px 50px 0 rgba(48, 94, 148, 0.16);

//
// Button
//

@button-disabled-background: #E4EAF3;
@button-link-hover-color: rgba(16, 32, 51, 0.65);

//
// Heading
//

@heading-divider-border: @global-primary-background;
@heading-bullet-border: @global-primary-background;
@heading-line-border: @global-primary-background;

//
// Navbar
//

@navbar-background: rgba(236, 242, 248, 0.8);

