/* ============================= */
/* THEME: Green (default)       */
/* ============================= */
/* File: theme-green.css */
:root {
  /* Chat bubble backgrounds */
  --talkativewp-bot-bg: #f0f0f0;
  --talkativewp-user-bg: #dcf8c6;
  --talkativewp-primary: #25D366;

  /* Typography settings */
  --talkativewp-font-family: "Heebo", Arial, sans-serif;
  --talkativewp-font-size-base: 14px;
  --talkativewp-font-size-small: 13px;
  --talkativewp-font-size-large: 16px;
  --talkativewp-line-height: 1.6;

  /* Extended dynamic colors */
  --talkativewp-button-color: #ffffff;
  --talkativewp-header-color: #ffffff;
  --talkativewp-typing-bg: #e0e0e0;
  --talkativewp-typing-color: #888888;
  --talkativewp-border-color: #eeeeee;
  --talkativewp-code-pre-bg: #1e1e1e;
  --talkativewp-code-pre-color: #f1f1f1;
  --talkativewp-code-bg: #e8e8e8;
  --talkativewp-input-border: #dddddd;
  --talkativewp-muted-color: #999999;
  --talkativewp-strong-color: #1a1a1a;
  --talkativewp-text-color: #333333;
  --talkativewp-message-color: #222222;