/* Manrope liegt lokal im Paket - eine zur Laufzeit von Google Fonts geholte
   Schrift bräche offline und im App Store (ADR-0004). Lizenz: schrift/OFL.txt */
@font-face {
  font-family: "Manrope";
  src: url("./schrift/manrope-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Manrope";
  src: url("./schrift/manrope-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #14181f;
  font-family: "Manrope", system-ui, sans-serif;
  color: #f2f4f8;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Touch zuerst: kein Überdehnen, kein Doppeltipp-Zoom, keine Textauswahl. */
  overscroll-behavior: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#game canvas {
  display: block;
}
