:root {
    --primary-color: #000000;
    --secondary-color: #e9e2d6;
    --accent-color: #00ffe7;
    --text-color: #ffffff;
    --light-text: #888888;
    --card-bg: #ffffff;
    --border-radius: 12px;

    --body-bg: #050506;
    --shell-bg: #111214;
    --shell-shadow: 0 32px 70px rgba(0, 0, 0, 0.65);

    --header-bg: #000000;
    --header-text: #ffffff;
    --header-border: #2f2f2f;
    --header-icon: #ffffff;

    --content-bg: linear-gradient(180deg, rgba(9, 9, 11, 0.4), rgba(9, 9, 11, 0.8));
    --card-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
    --card-border: rgba(255, 255, 255, 0.04);

    --post-dark-bg: #000000;
    --post-dark-text: #ffffff;
    --post-light-bg: #e9e2d6;
    --post-light-text: #111111;

    --footer-bg: #000000;
    --footer-border: rgba(255, 255, 255, 0.08);
    --footer-icon: #cccccc;

    --nav-bg: #000000;
    --nav-border: rgba(255, 255, 255, 0.08);
    --nav-text: #aaaaaa;
    --nav-active-text: #00ffe7;

    --post-gradient: linear-gradient(145deg, rgba(0, 255, 231, 0.32), rgba(17, 17, 17, 0.7) 65%);
}
