:root {
  --accent-blue-base: rgba(34, 107, 180, 1);
  --accent-blue-dark: rgba(16, 51, 86, 1);
  --accent-blue-darker: rgba(26, 82, 137, 1);
  --accent-blue-light: rgba(212, 229, 247, 1);
  --accent-green-base: rgba(26, 137, 45, 1);
  --accent-green-dark: rgba(16, 86, 28, 1);
  --accent-green-darker: rgba(21, 111, 36, 1);
  --accent-green-light: rgba(212, 247, 218, 1);
  --accent-red-base: rgba(185, 24, 24, 1);
  --accent-red-dark: rgba(90, 12, 12, 1);
  --accent-red-darker: rgba(144, 19, 19, 1);
  --accent-red-light: rgba(249, 210, 210, 1);
  --accent-cyan-base: rgba(29, 154, 154, 1);
  --accent-cyan-dark: rgba(16, 86, 86, 1);
  --accent-cyan-darker: rgba(23, 120, 120, 1);
  --accent-cyan-light: rgba(212, 247, 247, 1);
  --accent-orange-base: rgba(171, 88, 33, 1);
  --accent-orange-dark: rgba(86, 44, 16, 1);
  --accent-orange-darker: rgba(129, 66, 24, 1);
  --accent-orange-light: rgba(247, 226, 212, 1);
  --accent-purple-base: rgba(131, 34, 180, 1);
  --accent-purple-dark: rgba(63, 16, 86, 1);
  --accent-purple-darker: rgba(100, 26, 137, 1);
  --accent-purple-light: rgba(235, 212, 247, 1);
  --button-primary-base: rgba(22, 50, 70, 1);
  --button-primary-dark: rgba(15, 31, 47, 1);
  --button-primary-darker: rgba(39, 83, 124, 1);
  --button-primary-dim: rgba(51, 109, 163, 0.12);
  --button-secondary-base: rgba(185, 24, 24, 1);
  --button-secondary-dark: rgba(90, 12, 12, 1);
  --button-secondary-darker: rgba(126, 16, 16, 1);
  --button-secondary-dim: rgba(190, 25, 25, 0.1);
  --bubble-chatbot-background: rgba(255, 255, 255, 1);
  --bubble-chatbot-text: rgba(56, 56, 56, 1);
  --bubble-chatbot-placeholder: rgba(107, 107, 107, 1);
  --bubble-chatbot-border: rgba(3, 3, 3, 0.16);
  --bubble-chatbot-shadow: rgba(4, 4, 4, 0.16);
  --bubble-user-background: rgba(22, 50, 70, 1);
  --bubble-user-text: rgba(255, 255, 255, 1);
  --bubble-user-border: rgba(5, 5, 5, 0.16);
  --bubble-user-shadow: rgba(6, 6, 6, 0.36);
  --diagram-a: rgba(29, 95, 128, 1);
  --diagram-b: rgba(18, 51, 84, 1);
  --chat-menu: rgba(255, 255, 255, 1);
  --chat-menu-inverted: rgba(22, 50, 70, 1);
  --chat-header: rgba(255, 255, 255, 0.96);
  --chat-header-inverted: rgba(22, 50, 70, 0.96);
  --typography-text: rgba(26, 26, 26, 1);
  --typography-text-inverted: rgba(255, 255, 255, 1);
  --typography-text-bold: rgba(46, 46, 46, 1);
  --typography-text-bold-inverted: rgba(255, 255, 255, 0.9);
  --typography-text-secondary: rgba(97, 97, 97, 1);
  --typography-text-secondary-inverted: rgba(255, 255, 255, 0.75);
  --typography-heading-1: rgba(97, 97, 97, 1);
  --typography-heading-2: rgba(82, 82, 82, 1);
  --base-background: rgba(245, 242, 234, 1);
  --base-background-above: rgba(245, 242, 234, 0.95);
  --base-selection: rgba(245, 242, 234, 1);
  --base-foreground: rgba(255, 255, 255, 1);
  --base-foreground-above: rgba(255, 255, 255, 0.95);
  --base-icon: rgba(128, 128, 128, 1);
  --base-icon-inverted: rgba(255, 255, 255, 1);
  --base-shadow: rgba(2, 2, 2, 0.16);
  --base-shadow-dark: rgba(2, 2, 2, 0.36);
  --base-shadow-above: rgba(2, 2, 2, 0.12);
  --base-separator: rgba(102, 102, 102, 0.24);
  --base-focus: rgba(117, 117, 117, 0.75);
  --base-disabled: rgba(0, 0, 0, 0.08);
  --base-dim: rgba(117, 117, 117, 0.12);
  --base-dim-inverted: rgba(255, 255, 255, 0.15);
  --base-focus-inverted: rgba(255, 255, 255, 0.75);
  --base-border: rgba(1, 1, 1, 0.16);
  --base-border-dark: rgba(1, 1, 1, 0.42);
  --base-background-notification: rgba(183, 25, 24, 1);
  --base-background-overlay: rgba(4, 10, 17, 0.7);
  --base-background-notification-heading: rgba(117, 117, 117, 0.14);
}
