:root {
  --fontDisplay: "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --fontBody: Inter, ui-sans-serif, system-ui, sans-serif;
  --fontMono: ui-monospace, SFMono-Regular, Menlo, monospace;
  --radius: 14px;
  --bg: #0b0d10;
  --bgElevated: #14181d;
  --bgChat: #0f1216;
  --text: #e8edf2;
  --textMuted: #8b98a5;
  --accent: #6ee7b7;
  --accentText: #06281c;
  --danger: #fb7185;
  --ownBubble: #123d32;
  --otherBubble: #1c232b;
  --border: #24303a;
  --guestBadge: #64748b;
  --adminBadge: #fbbf24;
  --botBadge: #67e8f9;
}
