@font-face {
  font-family: 'Cubic 11';
  src: url('../font/Cubic_11.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

body {
  --pixel-weight: 400;
  background: #000;
  font-family: 'Handjet', 'Cubic 11', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
