* {
  box-sizing: border-box;
  /* margin: 0; */
}

body {
  font-family: sans-serif;
  background-color: white;
  color: black;
}

@font-face {
  font-family: "Ducahier";
  src: url("/?originalUrl=https%3A%2F%2Fdrawdeadfish.com%2Ffonts%2FDucahier.ttf");
}

button {
  user-select: none;
}

a.button {
  user-select: none;
}

@font-face {
  font-family: "Hand";
  src: url("/?originalUrl=https%3A%2F%2Fdrawdeadfish.com%2Ffonts%2FHand.ttf");
}
