blob: bb9750ee24bfdb119d133460f7d34c9436a867c6 [file] [log] [blame]
Sean McCullough86b56862025-04-18 13:04:03 -07001body {
2 font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
3 Roboto, sans-serif;
4 margin: 0;
5 padding: 20px;
6 padding-bottom: 100px; /* Adjusted padding for chat container */
7 color: #333;
8 line-height: 1.4; /* Reduced line height for more compact text */
9}