:root {
  --text-color: #0c1201;
  --surface: #898e75;
  --button-highlight: #dde2d1;
  --button-face: #abada1;
  --button-shadow: #0c1201;
  --window-frame: #0a0a0a;
  --dialog-blue: #ac5234;
  --dialog-blue-light: #8c4242;
  --dialog-gray: #5b5f4e;
  --dialog-gray-light: #bbc5a7;
  --link-blue: #4d0800;
  --selection-back: #60342d;
  --selection-text-color: #0e0402;
  --desktop-text: #f9f6f2;
  --desktop-text-focus-bg: #60342d;
  --desktop-text-focus: #fbe6e3;
  --desktop-text-shadow: #000000;
  --thumbnail-text: var(--text-color);
  --thumbnail-text-focus-bg: #60342d;
  --thumbnail-text-focus: #fbe6e3;
  --thumbnail-shadow: #000000;
}

body {
    background: repeat url(../../img/wallpapers/Coffee\ Bean.png);
}

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

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