/* Game fills the shell-provided container; only aspect-ratio letterboxing remains. */
@font-face {
  font-family: 'Cosmos Display';
  src: url('./assets/fonts/LilitaOne-Regular.ttf?v=70b4f26a') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root { color-scheme: dark; }
body { margin: 0; background: #08232c; }
.cls-canvas { width: 100%; height: 100%; display: block; background: #08232c; touch-action: none; image-rendering: auto; }
