html, body {
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#dragontigergame {
    background: #03110a;
    width: 100%;
    height: 100%;
}

canvas {
    display: block;
}

/*
 * No custom @font-face is wired up yet - this build renders all text with the system font
 * stack (see src/scenes/game.js / FONT_FAMILY) so it runs with zero font assets. Drop real
 * font files into assets/fonts/ and add @font-face rules here + update FONT_FAMILY when the
 * final typography is ready. See README.md "What's placeholder" section.
 */
