﻿#stormDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 2048px;
    height: 1152px;
    background: url(st/windowBackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    touch-action: none;
}

#stormCanvas {
    position: absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    background-color: rgba(4,13,35,1);
    touch-action: none;
}

@font-face {
  font-family: 'GameFontFace';
  font-style: normal;
  font-weight: normal;
  src: url('st/Fonts/DidactGothic-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'GameFontNormal';
  font-style: normal;
  font-weight: normal;
  src: url('st/Fonts/DidactGothic-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'GameFontBold';
  font-style: normal;
  font-weight: bold;
  src: url('st/Fonts/DidactGothic-Regular.ttf') format('opentype');
}


@font-face {
  font-family: 'SystemFontFace';
  font-style: normal;
  font-weight: normal;
  src: url('st/Fonts/DidactGothic-Regular.ttf') format('opentype');
}