* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@font-face {
  font-family: 'ARCO Typography';
  src: url('assets/fonts/ARCOTypography.woff2') format('woff2'),
       url('assets/fonts/ARCOTypography.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  margin: 0;
  padding: 0;
  background: #000000;
}

.container {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}