@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&display=swap');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #fbfbf2; }
#app, #game-container { width: 100%; height: 100%; }
body { font-family: 'Comic Neue', 'Comic Sans MS', cursive; }

/* DOM Game Objects (menu/HUD) inherit the hand-lettered font */
.phaser-dom, .phaser-dom * { font-family: 'Comic Neue', 'Comic Sans MS', cursive; }
