/*

@font-face {
    font-family: EraserDust;
    src: url(EraserDust.ttf);
}

body {
  background-image: url(../img/pnc-paper.png);
  background-position: top center;
  background-color: #a9805c;
  font-family: 'EraserDust' !important;
}
#welcome-panel {
  font-family: 'EraserDust' !important;
}

#background {
  background-image: url(../img/pnc-paper.png);
  background-position: top center;
  background-color: #a9805c;
}
#canvas-panel {
  background-image: url(../img/pnc-paper.png);
  background-position: center center;
  background-color: #a9805c;
}
.text-panel {
  padding-top: 30px !important;
  transform: scale(.85) !important;
}
#text-panel-b {
  margin-left: calc(var(--canvas-width) * -0.5 - 30px);
}
*/