@import url('./emerald-ui.css');
@import url('./parchment-ui.css');
@font-face { font-family: 'Bangers'; src: url('./fonts/Bangers-Regular.ttf') format('truetype'); font-display: block; }
@font-face { font-family: 'Macondo'; src: url('./fonts/Macondo-Regular.ttf') format('truetype'); font-display: block; }

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Bangers', 'Arial', sans-serif;
    color: #fff;
    background-color: #000;
    text-align: center;
    overflow: hidden;
}

body button {
    font-family: 'Bangers', 'Arial', sans-serif;
}

#debug {
    position: absolute;
    bottom: 0;
    left: 0;
}

#game {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#game canvas {
    display: block;
    /*cursor: none;*/
}

.fontPreload {
    position: absolute;
    left: -100px;
    top: -100px;
}

#save-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    padding: 10px 16px;
    background: #14372d;
    border-top: 2px solid #edbd51;
    color: #fff1ce;
    font: 14px monospace;
}
