/* ==============================================
   THEME: Taverne zum Brabbelnden Alten
   Alle Farben, Fonts und Abstände an einer Stelle.
   Neues Theme = diese Datei austauschen.
   ============================================== */

:root {
  /* --- Hintergrund --- */
  --bg-deep:       #050302;
  --bg-warm:       #2a1a06;
  --bg-input:      #0a0703;

  /* --- Gold / Akzent --- */
  --gold:          #c8860a;
  --gold-dim:      #5a3a14;

  /* --- Text --- */
  --text-bright:   #f0e6c8;
  --text-wirt:     #e8d5a8;
  --text-gast:     #c8a870;
  --text-muted:    #7a5c30;
  --text-faint:    #4a3018;

  /* --- Bubbles --- */
  --bubble-wirt-bg:    #1a1008;
  --bubble-wirt-border:#3a2510;
  --bubble-gast-bg:    #1e1508;
  --bubble-gast-border:#4a3018;

  /* --- Rahmen & Trennlinien --- */
  --border:        #3a2510;
  --border-light:  #2a1a06;

  /* --- Fehler / Warnung --- */
  --error:         #8a4a1a;

  /* --- Fonts --- */
  --font-display:  'Cinzel', serif;
  --font-body:     'Crimson Text', Georgia, serif;
  --font-mono:     monospace;

  /* --- Abstände (Basis) --- */
  --space-xs:  0.3rem;
  --space-sm:  0.7rem;
  --space-md:  1rem;
  --space-lg:  1.4rem;

  /* --- Chat --- */
  --avatar-size:   38px;
  --bubble-radius: 8px;
  --font-size-chat:17px;
  --font-size-sm:  12px;
  --font-size-xs:  10px;
  --font-size-btn: 11px;

  /* --- Layout-Breiten --- */
  --chat-max-width: 720px;
  --side-min-width: 80px;
}
