:root {
   --text-color: #000000;
   --surface: #825f55;
   --button-highlight: #c5a298;
   --button-face: #f7dfd9;
   --button-shadow: #3e1b11;
   --window-frame: #3e1b11;
   --titlebar-text: #f6f0ee;
   --dialog-blue: #6a0d0d;
   --dialog-blue-light: #a23563;
   --dialog-gray: #782f31;
   --dialog-gray-light: #704f6a;
   --link-blue: #7c0439;
   --selection-back: #7c0439;
   --selection-text-color: #f3cfdf;
   --desktop-text: #f9f2f5;
   --desktop-text-focus-bg: #86646e;
   --desktop-text-focus: #f9e4eb;
   --desktop-text-shadow: #000000;
   --thumbnail-text: var(--text-color);
   --thumbnail-text-focus-bg: #7c0439;
   --thumbnail-text-focus: #f3cfdf;
   --thumbnail-shadow: #000000;
}

@font-face {
  font-family: "Mansalva";
  src: url('../../lib/Caveat_Brush/CaveatBrush-Regular.ttf');
  font-style: normal;
  line-height: 1.0rem;
}

* {
   font-family: "Mansalva", Arial;
}

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

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

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