html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #061a2c;
}

body {
  min-width: 320px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}

.trap-display {
  font-family: "Teko", "Arial Narrow", "Bahnschrift", sans-serif;
  letter-spacing: 0;
}

.trap-home {
  background: #f7f4ee;
}

@media (max-width: 640px) {
  .trap-display {
    overflow-wrap: anywhere;
  }
}
