/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/shared/styles/reset.scss ***!
  \***********************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/shared/styles/index.scss ***!
  \***********************************************************************************************************************/
:root {
  --bg-color: #000000;
}

#app-root {
  height: 100%;
  position: absolute;
}

body {
  font-family: "Open Sans Condensed", sans-serif;
  background: var(--bg-color);
  overflow: hidden;
}

a {
  text-decoration: none;
  color: black;
}

@font-face {
  font-family: "GameFont";
  src: url(af72c25a6945b0f48abb.ttf) format("trueType");
}
#font-hack {
  position: absolute;
  font-family: "GameFont";
  left: -200%;
}

@font-face {
  font-family: "GameFontMedium";
  src: url(e07bb8557f02892be46b.ttf) format("trueType");
}
#font-hack-1 {
  position: absolute;
  font-family: "GameFontMedium";
  left: -200%;
}

@font-face {
  font-family: "GameFontBold";
  src: url(7bfa561462fd51bcc460.ttf) format("trueType");
}
#font-hack-2 {
  position: absolute;
  font-family: "GameFontBold";
  left: -200%;
}

@font-face {
  font-family: "GameFontBlack";
  src: url(cc6a72b8f7260af1d4ae.ttf) format("trueType");
}
#font-hack-3 {
  position: absolute;
  font-family: "GameFontBlack";
  left: -200%;
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/game/game.styles.scss ***!
  \********************************************************************************************************************/
#phaser-canvas {
  width: 100%;
  height: 100%;
}
#phaser-canvas canvas {
  position: absolute;
}

/*# sourceMappingURL=index.f74aebd93154249fc836.css.map*/