* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --graffiti-font: "BASQUIAT-WORD";
}

@font-face {
  font-family: BASQUIAT-TITLE;
  src: url("../BASQUIAT-TITLE.27d657a5.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: BASQUIAT-WORD;
  src: url("../BASQUIAT-WORD.a13a0c28.otf") format("opentype");
  font-display: swap;
}

html, body {
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
}

html {
  font-size: 12px;
}

img, video {
  display: block;
}

main {
  width: 100%;
  height: 100vh;
  position: relative;
}

h1, h2, h3, h4, .article > p {
  font-family: BASQUIAT-WORD, sans-serif;
}

.ibm-plex-mono-regular, span, a {
  font-family: IBM Plex Mono, monospace;
}

header {
  color: #fff;
  z-index: 200;
  -webkit-text-stroke: 3px black;
  paint-order: stroke fill;
  align-items: center;
  gap: 10px;
  padding: 30px;
  font-size: 25px;
  display: flex;
  position: fixed;
}

header img {
  object-fit: contain;
  width: auto;
  height: 60px;
}

h3 {
  font-size: 25px;
}

.instructions {
  z-index: 100;
  pointer-events: none;
  flex-direction: column;
  align-items: end;
  gap: 15px;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.instructions h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px #00000080;
  text-transform: lowercase;
  font-family: IBM Plex Mono, monospace;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}

body {
  cursor: none;
}
/*# sourceMappingURL=index.34df27b5.css.map */
