@import "~frontend-react-components/build/frontend-react-components.main.css";

$blue_100: #f9f9f9;
$blue_150: #d2e3f8;
$blue_200: #468ee5;
$blue_300: #0071ce;
$blue_400_6: rgba(0, 113, 207, .6);
$grey: #f2f2f2;
$grey_100: #f7f7f7;
$grey_140: #efefef;
$grey_150: #ececec;
$grey_200: #bab7b7;
$grey_300: #a2a2a2;
$grey_400: #9b9b9b;
$grey_600: #868686;
$grey_800: #4a4a4a;
$grey_900: #404040;
/* stylelint-disable number-max-precision */
$black_075: rgba(0, 0, 0, .075);
/* stylelint-enable number-max-precision */
$orange_100: #faa635;
$orange_200: #df860e;
$red_100: #fdf1f0;
$red_200: #d46258;
$white: #fff;

$error_highlight_red: rgba(211, 97, 88, .3);

/* font weights */
$weight_book: 400;
$weight_bold: 500;
$weight_extra_bold: 700;

/* workstation style */
$workstation_link_color: #026ead;

/* ORCHARD ALW COLOR PALETTE */
$blue-deep: #1b3249;
$blue-medium: #007be3;
$blue-read: #1074be;
$bluejay-light: #e5f0f6;
$bluejay: #026ead;
$chameleon: #419b86;
$fox-light: #fff3eb;
$fox: #ff893e;
$gorilla: #4a4a4a;
$green-update: #88ae47;
$humpback: #093c59;
$koala: #d9d2d0;
$mouse: #f2f2f2;
$octopus: #4b3da3;
$orange-create: #fc860d;
$parrot-light: #faecea;
$parrot: #d54236;
$peacock: #9f0088;
$red-destroy: #e42600;
$rhino: #6d6565;
$skyblue-table-stripe: #ebf2f5;
$timberwolf: #a8a0a0;
$transparent: transparent;
$turtle-light: #f1f5ea;
$turtle: #78a22f;
$violet-table-header: #e8e8ef;

@import "components/**/*.scss";
