@font-face {
  font-family: "VCR";
  src: url("./VCR.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NR";
  src: url("./NR.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.welcome-panel {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #d7d7d7;
}

/* Large logo */

.welcome-panel__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.welcome-panel__logo img {
  width: min(760px, 92%);
  height: auto;
  display: block;
  image-rendering: pixelated;
}

/* Intro text */

.welcome-panel__intro {
  position: relative;
  z-index: 2;
  font-family: "VCR", monospace;
  max-width: 860px;
  margin: 20px auto 0;
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.5px;
}

.welcome-panel__intro p {
  margin: 0 0 4px;
      font-family: "VCR", monospace;
}

/* Lower crow and WIP section */


.welcome-panel__lower {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  margin-top: 30px;
}

.welcome-panel__crow {
  width: 150px;
  height: auto;
  flex-shrink: 0;
}

.welcome-panel__wip {
  margin: 0;

  font-family: "VCR", monospace;
  color: #cfcfcf;

  font-size: 12px;
  text-align: left;
}

.welcome-panel__footer img {
  width: 100%;
  height: auto;
}
