:root {
    /* Colors */
    --chat--color--primary: #00a0d7; /* edited */
    --chat--color--primary-shade-50: #00a0d7; /* edited */
    --chat--color--primary--shade-100: #00a0d7; /* edited */
    --chat--color--secondary: #00afd7;
    --chat--color-dark: #353535;  /* edited */
    --chat--heading--font-size: 1.5rem;

    --chat--toggle--background: #c4d601;
    --chat--toggle--hover--background: #c4d601;
    --chat--toggle--active--background: #c4d601;
  }

  h1, p {
  margin-top: 0;
  margin-bottom: 0;
}
