/*
  Dark Library theme (Teil 5 §61.2 — "dunkle Holztöne, angenehmer Nachtmodus").
  "Reading room by candlelight": the same brass/oxblood/paper materials as
  Classic Library, lit from a single warm source instead of daylight.
*/

[data-theme="dark-library"] {
    --color-primary: #d9b04c;
    --color-primary-hover: #c49a35;
    --color-primary-active: #ad8526;

    --color-secondary: #b24b54;
    --color-secondary-hover: #9c3e46;

    --color-gold-accent: #d9b04c;
    /* Already light-on-dark here, so no darkening needed -- see
       classic-library.css's comment for why this token exists. */
    --color-accent-text: var(--color-gold-accent);
    --color-info: #6fa8c9;
    --color-success: #6fae6f;
    --color-warning: #d9a441;
    --color-error: #d9695c;

    --color-bg-paper: #1c1510;
    --color-bg-light: #251c14;
    --color-bg-dark: #120d09;
    --color-bg-card: #241c15;
    --color-bg-reader: #201810;

    --color-text-primary: #efe4d0;
    --color-text-secondary: #c7b89c;
    --color-text-muted: #8f8371;
    --color-text-disabled: #5f574a;
    --color-text-on-dark: #efe4d0;

    --color-border: #3c2f22;
}
