body {
  margin: 0;
  font-family: EB Garamond, serif;
  background: #f6f8f6;
  color: #272727;
}

#config-hash-info,
#config-combos-info,
#model-info,
#config-unique-combos-info {
  position: fixed;
  font-size: 0.95em;
  color: #888;
  font-family: 'EB Garamond', serif;
  background: none;
  z-index: 100;
  pointer-events: none;
  opacity: 0.85;
}

#config-hash-info { right: 0.8em; bottom: 0.6em; }
#config-combos-info { right: 0.8em; bottom: 2.2em; }
#model-info { left: 0.8em; bottom: 0.6em; opacity: 1; }
#config-unique-combos-info {
  right: 0.8em;
  bottom: 3.8em;
}

.ibm-plex-mono-regular {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-mono-bold {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700;
  font-style: normal;
}

#lang-select {
  border: none;
  outline: none;
}
