@font-face {
  font-family: 'tamzen';
  src: url('./tamzen-8-r.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'tamzen';
  src: url('./tamzen-8-b.ttf') format('truetype');
  font-weight: bold;
}


body {
  font-size: 16px;
  line-height: 16px;
  background: #0a0a0a;
  color: #bbb;
  font-family: 'tamzen', monospace;
}

a {
  font-weight: bold;
}

p {
  margin: 0 0 0.8em;
}

.texture-definition {
  display: none;
}

#minimap {
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}

#log {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  margin-top: 125px;
  font-family: monospace;
  color: yellow;
  font-size: 14px;
}

#output-wrapper {
  position: relative;
  width: 960px;
  height: 720px;
  margin-top: 1em;
}

.controls {
  padding: 1em;
}

.slider {
  margin-right: 0.5em;
  width: 100%;
}

.form-select:not([multiple]):not([size]) {
  background: #000 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem;
  font-size: 1em;
}

.input-group-addon {
  background: #0a0a0a !important;
}

.form-label.label-sm {
  font-size: 1em;
  font-weight: bold;
}

.divider-vert::before {
  border-left: .05rem solid #a3a3a3;
}

.divider {
  border-top: .05rem solid #a3a3a3;
}


.form-switch {
  font-size: 0.9em;
}

.btn {
  height: 3em;
  width: 22%;
  touch-action: manipulation;
  background: #0a0a0a;
}