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