/* Color Tokens */
/* `npm run storybook` for details */

@import '../_temporary-to-remove/color.css';

:root {
  --brand-l3: #eff5ff;
  --brand-l2: #d0e0ff;
  --brand-l1: #66a2ff;
  --brand-on-dark: #3d89ff;
  --brand: #1563ff;
  --brand-d1: #0d44cc;
  --brand-d2: #08368b;
  --white: #ffffff;
  --gray-7: #f7f7f9;
  --gray-6: #dcdde0;
  --gray-5: #bdbec2;
  --gray-4: #76767d;
  --gray-3: #4c4c53;
  --gray-2: #323339;
  --gray-1: #1d1e23;
  --black: #000000;
  --blue: #14c6cb;
  --blue-d1: #098487;
  --blue-l1: #27d0d7;
  --blue-l2: #8ae6ee;
  --blue-l3: #e3fcfd;
  --red: #f04e54;
  --red-l1: #f97575;
  --red-l2: #ffb3b3;
  --red-l3: #fff0f0;
  --vagrant-l3: #eff5ff;
  --vagrant-l2: #d0e0ff;
  --vagrant-l1: #66a2ff;
  --vagrant: #1563ff;
  --vagrant-d1: #0d44cc;
  --vagrant-d2: #08368b;
  --packer-l3: #ebf8ff;
  --packer-l2: #bfe8fe;
  --packer-l1: #6bceff;
  --packer: #00acff;
  --packer-d1: #0074ba;
  --packer-d2: #005283;
  --nomad-l3: #ebfdf7;
  --nomad-l2: #c1f1e0;
  --nomad-l1: #6bd8b4;
  --nomad-on-dark: #00bc7f;
  --nomad: #00bc7f;
  --nomad-d1: #007854;
  --nomad-d2: #004c3a;
  --terraform-l3: #f5f3ff;
  --terraform-l2: #ddd6fa;
  --terraform-l1: #a28ce8;
  --terraform-on-dark: #7c65ef;
  --terraform: #623ce4;
  --terraform-d1: #3c2aa8;
  --terraform-d2: #2a1c73;
  --consul-l3: #fff2f8;
  --consul-l2: #f8d9e7;
  --consul-l1: #e07eac;
  --consul-on-dark: #e03a89;
  --consul: #ca2171;
  --consul-d1: #8e134a;
  --consul-d2: #650d34;
  --vault-l3: #f7f7f9;
  --vault-l2: #dcdde0;
  --vault-l1: #bdbec2;
  --vault: #4c4c53;
  --vault-d1: #323339;
  --vault-d2: #1d1e23;
  --info-l2: #eff5ff;
  --info-l1: #d0e0ff;
  --info: #1f69ff;
  --info-d1: #0d44cc;
  --warning-l2: #fcf6ea;
  --warning-l1: #f9eacd;
  --warning: #eaaa32;
  --warning-d1: #975b06;
  --danger-l2: #fcf0f2;
  --danger-l1: #ffd4d6;
  --danger: #f25054;
  --danger-d1: #ba2226;
  --success-l2: #ebfdf7;
  --success-l1: #c1f1e0;
  --success: #00bc7f;
  --success-d1: #007854;
  --code-dark: #252937;
  --code-light: #efeff0;
  --code-light-transparent: rgba(29, 30, 35, 0.07);
  --code-comments: #75715e;
  --code-strings: #e6db74;
  --code-numbers: #ae81ff;
  --code-operators: #f92672;
  --code-properties: #a6e22e;
  --code-control: #66d9ef;
}
