@font-face {
  font-family: 'EBGaramond';
  src: url(https://daedalusmachine.neocities.org/FONTS/EBG.ttf);
}

@font-face {
  font-family: 'IBMPlexSans';
  src: url(https://daedalusmachine.neocities.org/FONTS/IBMPS.ttf);
}

@font-face {
  font-family: 'Courier';
  src: url(https://daedalusmachine.neocities.org/FONTS/COUR.ttf);
}

@font-face {
  font-family: 'LibreBarcode39';
  src: url(https://daedalusmachine.neocities.org/FONTS/LB39.ttf);
}

body {
  background-color: black;
  color: #ffc800;
  font-family: IBMPlexSans;
  font-size: 14pt;
}

.YELLOW {
  margin: 5em;
}

.YELLOWRED {
  color: #c85a00;
}

.YELLOWGREEN {
  color: #99c800;
}

.PROXY {
  font-family: LibreBarcode39; 
  font-size: 32pt;
  line-height: 48pt;
}

.FLASHLIGHT {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 220, 0, 0.5);;
  position: absolute;
  left: var(--mouse-x);
  top: var(--mouse-y);
  margin: -2.5em;
  z-index: 1;
}

.FLOATINGHIGH {
  z-index: 7;
  position: relative;
}