:root {
    --primary-color: #ffffff;
    --secondary-color: #f3f0e6;
    --accent-color: #00ffe7;
    --text-color: #111111;
    --light-text: #666666;
    --card-bg: #ffffff;
    --border-radius: 12px;

    --body-bg: #f3f5f9;
    --shell-bg: #ffffff;
    --shell-shadow: 0 18px 45px rgba(31, 41, 55, 0.12);

    --header-bg: #ffffff;
    --header-text: #111111;
    --header-border: #ededed;
    --header-icon: #111111;

    --content-bg: #ffffff;
    --card-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
    --card-border: rgba(15, 23, 42, 0.05);

    --post-dark-bg: #ffffff;
    --post-dark-text: #111111;
    --post-light-bg: #f3f0e6;
    --post-light-text: #111111;

    --footer-bg: #ffffff;
    --footer-border: rgba(15, 23, 42, 0.06);
    --footer-icon: #888888;

    --nav-bg: #ffffff;
    --nav-border: #e9e9e9;
    --nav-text: #888888;
    --nav-active-text: #111111;

    --post-gradient: linear-gradient(135deg, rgba(0, 255, 231, 0.25), rgba(255, 255, 255, 0.6) 65%);
}
