@font-face {
  font-family: 'Pressura Light';
  src: url(./font/Pitch-Regular.otf);
}

@font-face {
  font-family: 'Pressura Light Italic';
  src: url(./font/Pitch-Italic.otf);
}

@font-face {
  font-family: 'Pressura Bold';
  src: url(./font/gt-pressura-mono-bold.ttf);
}

body {
  background-color: #111111;
  margin: 0;
  overflow-x: hidden;
}

*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
  letter-spacing: .75px;
  cursor: default;
}

a {
  color: #d1c4b4;
  text-decoration: none;
  cursor: pointer;
}

p {
  font-family: 'Pressura Light', monospace;
}

h3, h4 {
  font-family: 'Pressura Bold', monospace;
  font-weight: bold;
}

path {
  stroke-width: 5px;
}

#mobilenote {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  text-align: center;
  width: calc(100vw - 100px);
  font-size: 13px;
  line-height: 2;
  color: #d1c4b4;
}

main, h4, p, #circle, #dot {
  display: none;
}
