@font-face {
  font-family: 'Venera';
  src: url('/Fonts/venera-100-webfont.woff2') format('woff2'),
       url('/Fonts/venera-100-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Venera';
  src: url('/Fonts/venera-300-webfont.woff2') format('woff2'),
       url('/Fonts/venera-300-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Venera';
  src: url('/Fonts/venera-500-webfont.woff2') format('woff2'),
       url('/Fonts/venera-500-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Venera';
  src: url('/Fonts/venera-700-webfont.woff2') format('woff2'),
       url('/Fonts/venera-700-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Venera';
  src: url('/Fonts/venera-900-webfont.woff2') format('woff2'),
       url('/Fonts/venera-900-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

.light-text { font-family: 'Venera'; font-weight: 100; }
.normal-text { font-family: 'Venera'; font-weight: 300; }
.medium-text { font-family: 'Venera'; font-weight: 500; }
.bold-text { font-family: 'Venera'; font-weight: 700; }
.black-text { font-family: 'Venera'; font-weight: 900; }

body {
  margin: 0;
  overflow: hidden;
  user-select: none;
  background: #080710;
  font-family: Arial, sans-serif;
} 

canvas {
  display: block;
  background: #080710;
}

h1 {
  position: absolute;
  text-align: center;
  color: hsla(193, 100%, 84%, 0.125);
  font-size: 3rem;
  width: 100%;
  font-family: 'Venera';
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: transform 0.1s ease-out;
}