@import url(https://fonts.googleapis.com/css?family=Nunito|Nunito+Sans|Oswald&display=swap);
@font-face {
  font-family: 'Pluto Sans Black';
  src: url('/assets/fonts/PlutoTVSansV10-Black.otf') format('opentype');
}
@font-face {
    font-family: 'Pluto Sans Bold';
    src: url('/assets/fonts/PlutoTVSansV10-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Pluto Sans ExtraBold';
  src: url('/assets/fonts/PlutoTVSansV10-ExtraBold.otf') format('opentype');
}
@font-face {
  font-family: 'Pluto Sans Light';
  src: url('/assets/fonts/PlutoTVSansV10-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Pluto Sans Medium';
  src: url('/assets/fonts/PlutoTVSansV10-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Pluto Sans Regular';
  src: url('/assets/fonts/PlutoTVSansV10-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Pluto Sans SemiBold';
  src: url('/assets/fonts/PlutoTVSansV10-SemiBold.otf') format('opentype');
}
@font-face {
  font-family: 'Pluto Sans Thin';
  src: url('/assets/fonts/PlutoTVSansV10-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Arial Narrow';
  src: url('/assets/fonts/ArialNarrowMTStd-Regular.otf') format('opentype');
}

html {
  -ms-content-zooming: none;
  /* Disables zooming */
  touch-action: none;
  /* Disable any special actions on tap/touch */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #000000 !important;
  overflow: visible !important;
}

body > section {
  position: relative;
}


div {
  outline: none;
}

html, body, #root {
  background: #000000 !important;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
}

body {
  margin: 0;
  padding: 0;
}



/*# sourceMappingURL=main.css.map*/