:root {
    --accent-color: #4ea1db;
    --accent-hover: rgba(78, 161, 219, 0.15);
    --surface-card: rgba(255, 255, 255, 0.12);
    --surface-header: rgba(255, 255, 255, 0.1);
    --surface-hover: rgba(255, 255, 255, 0.2);
    --surface-reading: rgba(255, 255, 255, 0.08);
    --border-subtle: rgba(255, 255, 255, 0.08);
    --text-primary: #f0f0f0;
    --text-muted: #aaa;
    --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.25);

    --bg1-color: #161618;
    --bg2-color: #1e1e20;
    --bg3-color: #202324;
    --bg4-color: #1e1e20;
    --bg5-color: #1e2122;
    --bg6-color: #1f2122;
    --bg7-color: #2f2f2f;
    --bg8-color: #2f3030;
    --bg9-color: #4e4e4e;

    --txt1-color: #dfdfd7;
    --txt2-color: #bdb7af;
    --txt3-color: #ddd;
    --txt4-color: #bab4ab;
    --txt5-color: #fff;
    --txt6-color: #a9a297;
    --txt7-color: #b5b0a9;
    --txt8-color: #b5b0a9b3;
    --txt9-color: #e5e5e5;
    --txt10-color: #9c9c9cee;

    --hover-color: #fff;
    --hover1-color: #2c2c2c;

    --bs1-color: #232628;
    --bs2-color: #565758;
    --bd1-color: #353a3c;
    --bd2-color: #3a3e41;
    --bd3-color: #2f2f2f;
    --bd4-color: #3f4547;
    --bd5-color: #4a5054;

    --thumb-color1: #35393b;
    --github-color: #e6edf3;

    --grad1-from: rgba(30, 30, 32, 0);
    --grad1-to: rgba(30, 30, 32, 1);
    --grad2-from: #2d2d2d;
    --grad2-to: #1e1e20;

    --notice-note-bgc: #474748;
    --notice-note-border: #D4D5D8;

    --notice-tip-bgc: #003100;
    --notice-tip-border: #009400;

    --notice-info-bgc: #193C47;
    --notice-info-border: #4CB3D4;

    --notice-warning-bgc: #4D3800;
    --notice-warning-border: #E6A700;

    --notice-danger-bgc: #4B1113;
    --notice-danger-border: #E13238;
}