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