* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, Chrome, Edge, Opera and Firefox */
}

html, body {
    /* light khaki 606958 */
    /* dark khaki 464d40 */
    background: #464d40;
	/* background-image: url('../img/bg_texture.jpg'); */
    margin: 0;
    overflow:hidden;
    touch-action: none;
    -ms-touch-action: none;
}

canvas {
    touch-action: none;
    -ms-touch-action: none;
}

#game-container {
    /* max-height: 100%; 
    max-width: 100%;
    width: 100%;
    height: 100%; */
    /* width: 99vw; 
    height: 99vh; */
    width: 100vw; 
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    outline: none;
}

@font-face {
    /* for non-ingame text */
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold-cr.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
