@font-face {
  font-family: 'Montserrat';
  src: url('/assets/Montserrat-Regular-DSMaiNLM.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/assets/Montserrat-Bold-zok-pVqG.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MontserratBold';
  src: url('/assets/Montserrat-Bold-zok-pVqG.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

:root {
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #1c231e; /* Darker version of start modal background (0x2f3b32) */
  color: #cbe4ff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: #1c231e; /* Darker version of start modal background (0x2f3b32) */
}

#app {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none; /* Prevent browser from handling touch gestures - allow multi-touch */
}

canvas {
  max-width: 100%;
  max-height: 100%;
  image-rendering: pixelated;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  touch-action: none; /* Prevent browser from handling touch gestures - allow multi-touch */
}
