:root {
  --dark-blue-color: rgba(31, 41, 55);
  --radius: 12px;
  
  --chat-bg-color: rgba(8, 13, 21, 0.8);
  --chat-font-size: 0.9rem;
  
  --chat-font-weight: lighter;
  --chat-heading-color: rgb(244, 196, 49);

}