@font-face{
  font-display:swap;
  font-family:Roboto;
  font-style:normal;
  font-weight:400;
  src:url(fonts/common/roboto-v30-latin-regular.eot);
  src:url(fonts/common/roboto-v30-latin-regular.eot?#iefix) format("embedded-opentype"), url(fonts/common/roboto-v30-latin-regular.woff2) format("woff2"), url(fonts/common/roboto-v30-latin-regular.woff) format("woff"), url(fonts/common/roboto-v30-latin-regular.ttf) format("truetype"), url(fonts/common/roboto-v30-latin-regular.svg#Roboto) format("svg");
}
@font-face{
  font-display:swap;
  font-family:Roboto;
  font-style:normal;
  font-weight:500;
  src:url(fonts/common/roboto-v30-latin-500.eot);
  src:url(fonts/common/roboto-v30-latin-500.eot?#iefix) format("embedded-opentype"), url(fonts/common/roboto-v30-latin-500.woff2) format("woff2"), url(fonts/common/roboto-v30-latin-500.woff) format("woff"), url(fonts/common/roboto-v30-latin-500.ttf) format("truetype"), url(fonts/common/roboto-v30-latin-500.svg#Roboto) format("svg");
}
@font-face{
  font-display:swap;
  font-family:Roboto;
  font-style:normal;
  font-weight:700;
  src:url(fonts/common/roboto-v30-latin-700.eot);
  src:url(fonts/common/roboto-v30-latin-700.eot?#iefix) format("embedded-opentype"), url(fonts/common/roboto-v30-latin-700.woff2) format("woff2"), url(fonts/common/roboto-v30-latin-700.woff) format("woff"), url(fonts/common/roboto-v30-latin-700.ttf) format("truetype"), url(fonts/common/roboto-v30-latin-700.svg#Roboto) format("svg");
}
@font-face{
  font-display:swap;
  font-family:Roboto;
  font-style:normal;
  font-weight:900;
  src:url(fonts/common/roboto-v30-latin-900.eot);
  src:url(fonts/common/roboto-v30-latin-900.eot?#iefix) format("embedded-opentype"), url(fonts/common/roboto-v30-latin-900.woff2) format("woff2"), url(fonts/common/roboto-v30-latin-900.woff) format("woff"), url(fonts/common/roboto-v30-latin-900.ttf) format("truetype"), url(fonts/common/roboto-v30-latin-900.svg#Roboto) format("svg");
}




body{
  background:#000;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  margin:0;
}

body #app{
  background:#fff;
  color:#000;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  *,:after,:before{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
}
