/* Bent Pipe color tokens. Generated, do not hand-edit. */
:root {
  /* brand anchors */
  --bp-ink: #0E2038;
  --bp-paper: #FAF8F3;
  --bp-signal: #FF6A2C;

  /* relay ramp */
  --bp-relay-50: #FAFBFB;   /* 1.04 on white */
  --bp-relay-100: #F2F4F7;   /* 1.10 on white */
  --bp-relay-200: #DCE4EE;   /* 1.28 on white */
  --bp-relay-300: #B3C8E4;   /* 1.71 on white */
  --bp-relay-400: #7BA8E1;   /* 2.46 on white */
  --bp-relay-500: #3F8AE4;   /* 3.52 on white */
  --bp-relay-600: #2472C9;   /* 4.86 on white */
  --bp-relay-700: #1A579D;   /* 7.26 on white */
  --bp-relay-800: #1D3F6A;   /* 10.65 on white */
  --bp-relay-900: #0E2038;   /* 16.38 on white */

  /* signal ramp */
  --bp-signal-50: #FBFAFA;   /* 1.04 on white */
  --bp-signal-100: #F7F3F2;   /* 1.10 on white */
  --bp-signal-200: #EEE1DC;   /* 1.28 on white */
  --bp-signal-300: #E6BEB0;   /* 1.70 on white */
  --bp-signal-400: #E59172;   /* 2.43 on white */
  --bp-signal-500: #FF6A2C;   /* 2.86 on white */
  --bp-signal-600: #C04C19;   /* 4.90 on white */
  --bp-signal-700: #933C1A;   /* 7.24 on white */
  --bp-signal-800: #64301C;   /* 10.60 on white */
  --bp-signal-900: #3D2218;   /* 14.58 on white */

  /* neutral ramp */
  --bp-neutral-50: #FAFBFB;   /* 1.04 on white */
  --bp-neutral-100: #F2F4F7;   /* 1.10 on white */
  --bp-neutral-200: #DDE4ED;   /* 1.28 on white */
  --bp-neutral-300: #C1C8D0;   /* 1.69 on white */
  --bp-neutral-400: #A0A7AF;   /* 2.43 on white */
  --bp-neutral-500: #848A92;   /* 3.48 on white */
  --bp-neutral-600: #6C7279;   /* 4.86 on white */
  --bp-neutral-700: #52585F;   /* 7.19 on white */
  --bp-neutral-800: #3A3F46;   /* 10.61 on white */
  --bp-neutral-900: #242930;   /* 14.64 on white */

  /* positive ramp */
  --bp-positive-50: #F8FBF9;   /* 1.04 on white */
  --bp-positive-100: #EDF6EF;   /* 1.10 on white */
  --bp-positive-200: #C5EDCF;   /* 1.28 on white */
  --bp-positive-300: #89D7A0;   /* 1.71 on white */
  --bp-positive-400: #60B77C;   /* 2.45 on white */
  --bp-positive-500: #389A5D;   /* 3.53 on white */
  --bp-positive-600: #1C8247;   /* 4.85 on white */
  --bp-positive-700: #1C6338;   /* 7.26 on white */
  --bp-positive-800: #1E462C;   /* 10.67 on white */
  --bp-positive-900: #192E1F;   /* 14.46 on white */

  /* negative ramp */
  --bp-negative-50: #FBFBFA;   /* 1.04 on white */
  --bp-negative-100: #F7F4F3;   /* 1.09 on white */
  --bp-negative-200: #EFE1DF;   /* 1.27 on white */
  --bp-negative-300: #E6BDB8;   /* 1.70 on white */
  --bp-negative-400: #E58F85;   /* 2.44 on white */
  --bp-negative-500: #E45D55;   /* 3.50 on white */
  --bp-negative-600: #C7433D;   /* 4.89 on white */
  --bp-negative-700: #A72424;   /* 7.19 on white */
  --bp-negative-800: #712521;   /* 10.56 on white */
  --bp-negative-900: #451D1A;   /* 14.55 on white */

  /* roles. These are the names to use. */
  --bp-ink: #0E2038;
  --bp-paper: #FAF8F3;
  --bp-surface: #FFFFFF;
  --bp-surface-sunken: #F2F4F7;
  --bp-surface-dark: #1D3F6A;
  --bp-border: #DDE4ED;
  --bp-border-strong: #A0A7AF;
  --bp-text: #0E2038;
  --bp-text-muted: #52585F;
  --bp-text-inverse: #FFFFFF;
  --bp-text-inverse-muted: #B3C8E4;
  --bp-accent: #1A579D;
  --bp-accent-hover: #1D3F6A;
  --bp-accent-on-dark: #B3C8E4;
  --bp-signal: #FF6A2C;
  --bp-signal-on-light: #C04C19;
  --bp-signal-tint: #EEE1DC;
  --bp-positive: #1C8247;
  --bp-negative: #712521;

  /* chart series, in order */
  --bp-series-1: #1D3F6A;
  --bp-series-2: #3F8AE4;
  --bp-series-3: #C04C19;
  --bp-series-4: #64301C;
  --bp-series-5: #6C7279;
}
