@import "~@orchard/frontend-react-components/src/scss/variables";

$blue_100: #f9f9f9;
$blue_150: #d2e3f8;
$blue_200: #468ee5;
$blue_300: #0071ce;
$blue_400_6: rgba(0, 113, 207, .6);
$grey_140: #efefef;
$grey_150: #ececec;
$grey_200: #bab7b7;
$grey_300: #a2a2a2;

/* stylelint-disable number-max-precision */
$black_075: rgba(0, 0, 0, .075);
$black_2: rgba(0, 0, 0, .2);
/* stylelint-enable number-max-precision */
$red_100: #fdf1f0;
$red_200: #d46258;
$blue-read: #1074be;

$warning: #e79a40;
$warning-200: #FFDCB2;

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

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

/* ORCHARD ALW COLOR PALETTE */
$blue-medium: #007be3;
$green-update: #88ae47;
$orange-create: #fc860d;
$red-destroy: #e42600;
$skyblue-table-stripe: #ebf2f5;

/* component sizing */
$component-height: 500px;
$oa-gray-border: #d9d2d0;
