:root {
    --bg: #d8d5cc;
    --desktop: #c8c5bb;
    --desktop-grid: rgba(22, 22, 22, 0.055);
    --surface: #f3f0e7;
    --surface-raised: #faf8f1;
    --surface-sunk: #dedbd2;
    --surface-dark: #181818;
    --text: #161616;
    --muted: #686868;
    --border: #161616;
    --orange: #ff5a00;
    --orange-dark: #c84500;
    --focus: #005fcc;
    --white: #fffdf6;
    --green: #138a42;
    --danger: #a52c14;
    --shadow: 8px 8px 0 rgba(22, 22, 22, 0.24);
    --inset-raised: inset 2px 2px 0 rgba(255, 255, 255, 0.88), inset -2px -2px 0 rgba(22, 22, 22, 0.26);
    --inset-sunk: inset 2px 2px 0 rgba(22, 22, 22, 0.2), inset -1px -1px 0 rgba(255, 255, 255, 0.75);
    --font-mono: "Courier New", Courier, monospace;
    --system-bar-height: 40px;
    --taskbar-height: 48px;
    --speed: 150ms;
}
