:root {
  --testit-blue: #1A4C5C;
  --testit-green: #47B27A;
  --testit-lightgreen: #C6E8D6;
  --testit-orange: #FA7921;
  --testit-gray: #D9D9D9;


  --background: #FFFFFF;
  --chat-background: #F5FFFE;
  --chat-ai-bubble: #F2FAF6;
  --muted-background: #EBF5F7; 
  --border-input: #DBE8EB;
  --muted-text: #6B8B95;
  --primary-text: #1A4C5C;  

  --testit-yellow-web: #fcb900;
  --testit-green-web: #38b983;
  --light-testit-blue: #E8EDEF;
  --light-testit-green: #D7F1E6; 
}