/*!

Copyright 2019-present Palantir Technologies, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0.

*/

// override some intent colors to pass contrast requirements
$pt-intent-primary: #106ba3 !default; // $blue2
$pt-intent-success: #0d8050 !default; // $green2;
$pt-intent-warning: #a66321 !default; // $orange1;
$pt-intent-danger: #c23030 !default; // $red2;

// Import files in the same order that they are documented in the docs
@import "common/variables";
@import "common/colors";

@import "reset";
@import "typography";
@import "accessibility/focus-states";

@import "components/index";
