:root {
  --accent-blue-base: hsl(204, 60%, 48%);
  --accent-blue-dark: hsl(204, 61%, 24%);
  --accent-blue-darker: hsl(204, 60%, 38%);
  --accent-blue-light: hsl(203, 61%, 90%);
  --accent-cyan-base: hsl(185, 60%, 48%);
  --accent-cyan-dark: hsl(185, 61%, 24%);
  --accent-cyan-darker: hsl(185, 60%, 38%);
  --accent-cyan-light: hsl(186, 61%, 90%);
  --accent-green-base: hsl(145, 60%, 48%);
  --accent-green-dark: hsl(145, 61%, 24%);
  --accent-green-darker: hsl(145, 60%, 38%);
  --accent-green-light: hsl(145, 61%, 90%);
  --accent-orange-base: hsl(25, 60%, 48%);
  --accent-orange-dark: hsl(25, 61%, 24%);
  --accent-orange-darker: hsl(25, 60%, 38%);
  --accent-orange-light: hsl(25, 61%, 90%);
  --accent-purple-base: hsl(285, 60%, 48%);
  --accent-purple-dark: hsl(285, 61%, 24%);
  --accent-purple-darker: hsl(285, 60%, 38%);
  --accent-purple-light: hsl(285, 61%, 90%);
  --accent-red-base: hsl(350, 60%, 48%);
  --accent-red-dark: hsl(349, 61%, 24%);
  --accent-red-darker: hsl(350, 60%, 38%);
  --accent-red-light: hsl(350, 61%, 90%);
  --base-background-above: hsla(202, 35%, 94%, 0.96);
  --base-background-notification-heading: hsla(0, 0%, 48%, 0.14);
  --base-background-notification: hsl(350, 60%, 54%);
  --base-background-overlay: hsla(207, 69%, 5%, 0.7);
  --base-background: hsl(202, 35%, 94%);
  --base-border-dark: hsla(0, 0%, 0%, 0.35);
  --base-border: hsla(0, 0%, 0%, 0.15);
  --base-dim-inverted: hsla(0, 0%, 100%, 0.15);
  --base-dim: hsla(0, 0%, 48%, 0.12);
  --base-disabled: hsla(0, 0%, 0%, 0.03);
  --base-focus-inverted: hsla(0, 0%, 100%, 0.35);
  --base-focus: hsla(0, 0%, 48%, 0.35);
  --base-foreground-above: hsla(0, 0%, 100%, 0.96);
  --base-foreground: hsl(0, 0%, 100%);
  --base-icon-inverted: hsl(0, 0%, 100%);
  --base-icon: hsl(0, 0%, 54%);
  --base-selection: hsl(202, 35%, 94%);
  --base-separator: hsla(0, 0%, 48%, 0.24);
  --base-shadow-above: hsla(0, 0%, 1%, 0.12);
  --base-shadow-dark: hsla(0, 0%, 1%, 0.35);
  --base-shadow: hsla(0, 0%, 1%, 0.15);
  --bubble-chatbot-background: hsl(0, 0%, 100%);
  --bubble-chatbot-border: hsla(0, 0%, 1%, 0.15);
  --bubble-chatbot-placeholder: hsl(0, 0%, 46%);
  --bubble-chatbot-shadow: hsla(0, 0%, 2%, 0.15);
  --bubble-chatbot-text: hsl(0, 0%, 27%);
  --bubble-user-background: hsl(204, 60%, 48%);
  --bubble-user-border: hsla(0, 0%, 2%, 0.15);
  --bubble-user-shadow: hsla(0, 0%, 2%, 0.35);
  --bubble-user-text: hsl(0, 0%, 100%);
  --button-primary-base: hsl(204, 60%, 48%);
  --button-primary-dark: hsl(204, 61%, 24%);
  --button-primary-darker: hsl(204, 60%, 38%);
  --button-primary-dim: hsla(204, 60%, 48%, 0.12);
  --button-secondary-base: hsl(204, 60%, 48%);
  --button-secondary-dark: hsl(204, 61%, 24%);
  --button-secondary-darker: hsl(204, 60%, 38%);
  --button-secondary-dim: hsla(204, 60%, 48%, 0.1);
  --chat-header-inverted: hsla(205, 25%, 35%, 0.96);
  --chat-header: hsla(0, 0%, 100%, 0.96);
  --chat-menu-inverted: hsl(205, 25%, 35%);
  --chat-menu: hsl(0, 0%, 100%);
  --diagram-a: hsl(204, 60%, 48%);
  --diagram-b: hsl(204, 61%, 24%);
  --typography-heading-1: hsl(0, 0%, 46%);
  --typography-heading-2: hsl(0, 0%, 42%);
  --typography-text-bold-inverted: hsla(0, 0%, 100%, 0.9);
  --typography-text-bold: hsl(0, 0%, 32%);
  --typography-text-inverted: hsl(0, 0%, 100%);
  --typography-text-secondary-inverted: hsla(0, 0%, 100%, 0.75);
  --typography-text-secondary: hsl(0, 0%, 46%);
  --typography-text: hsl(0, 0%, 27%);
}
