@font-face {
  font-family: 'VagRounded';
  src: url('../fonts/VagRounded.woff2') format('woff2'),
       url('../fonts/VagRounded.ttf') format('truetype');
  font-weight: 400 900;
  font-display: block;
}
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body {
  width: 100%; height: 100%;
  background: #0d1b26;
  overflow: hidden;
  touch-action: none;
  user-select: none; -webkit-user-select: none;
  font-family: 'VagRounded', 'Trebuchet MS', Arial, sans-serif;
}
#wrap {
  position: absolute;
  left: 50%; top: 50%;
  width: 720px; height: 1280px;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  background: #0d1b26;
  overflow: hidden;
}
#cv { display: block; width: 720px; height: 1280px; }
#fontprime {
  position: absolute; left: -9999px; top: 0;
  font-family: 'VagRounded'; font-weight: 700; font-size: 40px;
}
