:root {
    /* zerpixelt.de Dark Blue & Gold Theme (Crisp White Text & Dark Slate Glass) */

    --tinted-main-light-color: 15 23 42;      /* Background container (#0f172a) */
    --tinted-main-dark-color: 255 255 255;    /* TEXT COLOR: Bright White (#FFFFFF) */
    --topbar-light-color: 10 15 29;          /* Topbar (#0a0f1d) */
    --topbar-dark-color: 10 15 29;           /* Topbar Dark (#0a0f1d) */
    --active-light-color: 201 145 30;        /* Gold Accent (#c9911e) */
    --active-dark-color: 201 145 30;         /* Gold Accent (#c9911e) */
    --border-of-elements-light-color: 201 145 30; /* Gold Borders (#c9911e) */
    --border-of-elements-dark-color: 201 145 30;

    /* Diagrammfarben (Gold, Bernstein, Cyan, Smaragd, Violett, Orange, Hellgrau) */
    --tint1_: #c9911e;
    --tint2_: #f39c12;
    --tint3_: #409cff;
    --tint4_: #2ecc71;
    --tint5_: #bf55ec;
    --tint6_: #ff851b;
    --tint7_: #cbd5e1;

    /* Optimale Breite */
    --size-aside-wide-screen: 380px !important;
    --size-content-wide-screen: 850px !important;
}
