/* Extracted from style.css: global base/reset rules. */

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: var(--font-ui, "Trebuchet MS", "Verdana", Arial, sans-serif);
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(to bottom, #8cccf6 0%, #8ad8f7 14%, #77d5e8 28%, #64d2de 40%, #53d0d6 49%, #27ca2e 49%, #1cc319 100%);
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-ui, "Trebuchet MS", "Verdana", Arial, sans-serif);
}

html, body {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

input,
textarea,
select,
[contenteditable="true"],
.allow-select {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

img,
canvas {
  -webkit-user-drag: none;
  user-drag: none;
}

.panel > .panel-header,
.tmp-wrap > .panel-header,
#sidebar,
.sidebar-btn {
  touch-action: none;
}
