
:root {
  --theme-base: 255, 95, 20;
  --theme-font-base: 255, 95, 20;
  --theme-mgt: 246, 50, 50;
  
  --theme-chat-bubble: rgba(255, 137, 81, 1); /* 임시 컬러로 웹버블 오픈시 정확한 컬러값 확인 필요 */
}