/* GAIAs Pergament — Theme fuer Bulwark Webmail
   Hell: Tokens 1:1 aus gaias-platform/web/src/index.css
   Dunkel: warme Ableitung derselben Palette (Tinte statt Schwarz)
   ACHTUNG: In Kommentaren keine Reizwoerter des CSS-Sanitizers verwenden
   (er ersetzt sie durch einen Kommentar, was den Kommentar vorzeitig
   beendet und die folgende Regel zerstoert). Erlaubt sind nur die
   Selektoren :root und .dark. */

:root {
  color-scheme: light;
  --color-background: #f7f3ea;              /* Pergament */
  --color-foreground: #2a1f1f;              /* warmes Braun */
  --color-primary: #800020;                 /* Bordeaux */
  --color-primary-foreground: #fffaf3;      /* Papierweiss */
  --color-secondary: #e9e2d5;               /* Leinen */
  --color-secondary-foreground: #2a1f1f;
  --color-muted: #efe8dc;
  --color-muted-foreground: #6a5f5a;
  --color-accent: #e8dcc6;
  --color-accent-foreground: #6b4a20;       /* dunkle Bronze */
  --color-border: #e3d9c9;
  --color-input: #e7ded0;
  --color-ring: #800020;
  --color-destructive: #9b1c1c;
  --color-destructive-foreground: #fffaf3;
  --color-popover: #fffaf3;
  --color-popover-foreground: #2a1f1f;
  --color-card: #fffaf3;
  --color-card-foreground: #322626;
  --color-sidebar: #e9e2d5;
  --color-sidebar-foreground: #2a1f1f;
  --color-sidebar-border: #e3d9c9;
  --color-sidebar-accent: #e3d7c3;
  --color-sidebar-accent-foreground: #2a1f1f;
  --color-success: #4a7c3f;
  --color-success-foreground: #fffaf3;
  --color-warning: #b08968;                 /* Bronze */
  --color-warning-foreground: #2a1f1f;
  --color-info: #4a6b8a;
  --color-info-foreground: #fffaf3;
  --color-selection: #ede0cd;
  --color-selection-foreground: #800020;
  --color-unread: #800020;
  --color-chart-1: #800020;
  --color-chart-2: #b08968;
  --color-chart-3: #4a7c3f;
  --color-chart-4: #4a6b8a;
  --color-chart-5: #6b4a20;
}

.dark {
  color-scheme: dark;
  --color-background: #1a1512;              /* dunkle Tinte, warm */
  --color-foreground: #f0e6d6;
  --color-primary: #c04058;                 /* aufgehelltes Bordeaux */
  --color-primary-foreground: #1a1512;
  --color-secondary: #262019;
  --color-secondary-foreground: #f0e6d6;
  --color-muted: #262019;
  --color-muted-foreground: #a89880;
  --color-accent: #3a2c1e;
  --color-accent-foreground: #d9bb95;
  --color-border: #3a3128;
  --color-input: #3a3128;
  --color-ring: #b08968;
  --color-destructive: #e05050;
  --color-destructive-foreground: #1a1512;
  --color-popover: #241d18;
  --color-popover-foreground: #f0e6d6;
  --color-card: #221b16;
  --color-card-foreground: #f0e6d6;
  --color-sidebar: #16110e;
  --color-sidebar-foreground: #f0e6d6;
  --color-sidebar-border: #3a3128;
  --color-sidebar-accent: #262019;
  --color-sidebar-accent-foreground: #f0e6d6;
  --color-success: #6aa85c;
  --color-success-foreground: #1a1512;
  --color-warning: #d9bb95;
  --color-warning-foreground: #1a1512;
  --color-info: #7fa8cc;
  --color-info-foreground: #1a1512;
  --color-selection: rgba(176, 137, 104, 0.25);
  --color-selection-foreground: #d9bb95;
  --color-unread: #c04058;
  --color-chart-1: #c04058;
  --color-chart-2: #d9bb95;
  --color-chart-3: #6aa85c;
  --color-chart-4: #7fa8cc;
  --color-chart-5: #a88a5f;
}
