@font-face {
  font-family: 'MarkerFelt-Thin';
  src: url('../fonts/MarkerFelt-Thin.eot');
  src: url('../fonts/MarkerFelt-Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MarkerFelt-Thin.svg#MarkerFelt-Thin') format('svg'),
       url('../fonts/MarkerFelt-Thin.ttf') format('truetype'),
       url('../fonts/MarkerFelt-Thin.woff') format('woff'),
       url('../fonts/MarkerFelt-Thin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MarkerFelt-Wide';
  src: url('../fonts/MarkerFelt-Wide.eot');
  src: url('../fonts/MarkerFelt-Wide.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MarkerFelt-Wide.svg#MarkerFelt-Wide') format('svg'),
       url('../fonts/MarkerFelt-Wide.ttf') format('truetype'),
       url('../fonts/MarkerFelt-Wide.woff') format('woff'),
       url('../fonts/MarkerFelt-Wide.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.marker-felt {
    /* font-family: 'MarkerFelt'; */
    font-family: 'MarkerFelt-Thin';
}


body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(247,247,247);
  font-family: 'MarkerFelt-Thin',Arial;
}
#stage-parent {
  max-width: 1920px;
  margin-top: 50vh;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: hidden;
}
#konvajs-content{
  width: 100%;
}
