:root {
  --bg: #060f1a;
  --surface: #0f2035;
  --surface2: #0a1828;
  --border: #1a3248;
  --primary: #c9a250;
  --primary-text: #08131f;
  --accent: #4fb3f0;
  --text: #d7e6f2;
  --muted: #6a8faa;
  --header-bg: #0a1828;
  --bot-bubble: #12263d;
  --bot-bubble-text: #e7f1fb;
  --user-bubble: #c9a250;
  --user-bubble-text: #08131f;
  --radius: 18px;
  --font-heading: 'EB Garamond', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}