.headline {
  position: fixed;
  left: calc(var(--canvas-x) + 77px);
  top: 611px;
  width: 291px;
  color: var(--blue);
  font-family: var(--font-impact);
  font-size: 57.919px;
  letter-spacing: -1.7376px;
}

.headline__row {
  height: 50.197px;
  line-height: 50.197px;
  overflow: visible;
  white-space: nowrap;
}

.headline .font-fender {
  font-family: var(--font-fender);
}

.headline .font-climate {
  font-family: var(--font-climate);
  font-size: 61.78px;
  font-variation-settings: "YEAR" 1979;
}

.accent-physical {
  position: fixed;
  left: calc(var(--canvas-x) + 282px);
  top: 728px;
  width: 62px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2px;
  background: var(--bg);
  border: 0.3px solid var(--red);
  border-radius: 3px;
}

.accent-physical p {
  font-family: "Monomaniac One", sans-serif;
  font-size: 16px;
  color: var(--red);
  letter-spacing: -0.48px;
  white-space: nowrap;
}
