/* src/frontend/styles/main.css */
/* Base styles for the chat site plugin */

/* This file serves as the main entry point for global styles */
/* You can import other CSS files here if needed */

/* If you have global CSS variables or theme settings, add them here */
/*:root {
  /* Example: --swp-primary-color: #007bff; */
/*}

/* Add any global styles that should apply across all components */
.swp-chat-site-wrapper,
.swp-chat-root,
.swp-conversation-container {
  /* Ensure consistent font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* You can add more global styles as needed */
