:root {
   --text-color: #291605;
   --surface: #d7b6a6;
   --button-highlight: #fff9e9;
   --button-face: #f7e4d9;
   --button-shadow: #3e3957;
   --window-frame: #0a0a0a;
   --titlebar-text: #f2edeb;
   --dialog-blue: #9a503d;
   --dialog-blue-light: #937262;
   --dialog-gray: #8c6b66;
   --dialog-gray-light: #a5878d;
   --link-blue: #714a89;
   --selection-back: #a47ba4;
   --selection-text-color: #6d442c;
   --desktop-text: #f7f2f9;
   --desktop-text-focus-bg: #7d6486;
   --desktop-text-focus: #f3e4f9;
   --desktop-text-shadow: #000000;
   --thumbnail-text: var(--text-color);
   --thumbnail-text-focus-bg: #9966ab;
   --thumbnail-text-focus: #f7ddc1;
   --thumbnail-shadow: #000000;
}

body {
   background: repeat url('../../img/wallpapers/stucco.png');
   background-color: #121010;
   image-rendering: pixelated;
}

* {
   cursor: url("oreo.png"), auto;
}

button:hover,
button *:hover,
a:hover,
a *:hover {
   cursor: url("cookie-hand.png"), auto;
}