body {
  margin: 0;
  overflow: hidden;
  background: #1a1a18;
  font-family: 'Source Sans 3', system-ui, sans-serif;
}

canvas {
  display: block;
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../../fonts/source-sans-3-v19-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../../fonts/source-sans-3-v19-latin-700.woff2') format('woff2');
}
