* {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.alex-brush-regular {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}

.hero {
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("/assets/images/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: darken;
}

.hero h1 {
  transform: translateY(27px);
}

footer .container-fluid {
  height: 5vh;
}

.debug-center-lines {
  position: relative;
}

.debug-center-lines::before,
.debug-center-lines::after {
  content: "";
  position: absolute;
  background: rgba(255, 0, 0, 0.4); /* light red guide */
  pointer-events: none; /* don’t block clicks */
}

/* vertical line */
.debug-center-lines::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

/* horizontal line */
.debug-center-lines::after {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}
