/*--------------------------------------------------------------
# CSS for Loader — light monochrome
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400&display=swap');

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  transition: opacity 1s 0.4s;
}

#progress {
  height: 1px;
  background: #111111;
  position: absolute;
  width: 0;
  top: 50%;
}

#progstat {
  font-size: 0.65em;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #666666;
}
