/* themes/red.css - 빨간색 테마 */
:root {
  /* 빨간색 테마 */
  --chatbot-primary-color: #ff6b6b;
  --chatbot-primary-hover: #ee5a52;
  --chatbot-primary-shadow: rgba(255, 107, 107, 0.3);
  --chatbot-primary-light: rgba(255, 107, 107, 0.1);
  --chatbot-background: #f6f6f7;
  --chatbot-white: #ffffff;
  --chatbot-text-primary: #222222;
  --chatbot-text-secondary: #6d6d6d;
  --chatbot-text-light: #667085;
  --chatbot-border: #e3e3e3;
}
