/* 
 * Main Application Styles
 * This file contains global styles that apply to the entire application.
 */
body {
    background-color: var(--chat-bg-color);
    color: var(--chat-text-color);
}
