@font-face {
  font-family: "relative-mono10pitch";
  src: url("/library/fonts/relative-mono10pitch-desktop-web/relative-mono10pitch.eot");
  src: url("/library/fonts/relative-mono10pitch-desktop-web/relative-mono10pitch.eot?#iefix") format("embedded-opentype"), url("/library/fonts/relative-mono10pitch-desktop-web/relative-mono10pitch.woff") format("woff"), url("/library/fonts/relative-mono10pitch-desktop-web/relative-mono10pitch.woff2") format("woff2"), url("/library/fonts/relative-mono10pitch-desktop-web/relative-mono10pitch.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: var(--grey);
  font-family: "relative-mono10pitch";
}

.home-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.4;
}

.modal__overlay {
  background-color: #E1E1E1;
}
.modal__overlay input {
  background-color: #E1E1E1;
}
.modal__overlay input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}
.modal__overlay input:focus, .modal__overlay input:not(:focus) {
  border-bottom-color: #000000;
}
