@import url("https://fonts.googleapis.com/css2?family=Bangers&family=Oswald:wght@500;600;700&family=Share+Tech+Mono&display=swap");

#braille-bg {
  display: none;
}

body {
  background: #07080c !important;
}

:root {
  --primary-600: #b8e000;
  --primary-700: #d6ff1a;
}

nav a,
footer a {
  letter-spacing: 0.06em;
}

article h1,
.hx\:text-4xl,
header h1 {
  font-family: "Bangers", Impact, sans-serif;
  letter-spacing: 0.04em;
}

a:focus-visible {
  outline: 3px solid #d6ff1a;
  outline-offset: 2px;
}
