@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
  url(/c3414bf59c555b13ecc2.woff2) format('woff2'); /* Super Modern Browsers */
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local(''),
  url(/6ff7b94e2bfcbf7eff00.woff2) format('woff2'); /* Super Modern Browsers */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
  url(/16e79fba91515cc7bd90.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(''),
  url(/f0123740a02a8df4cd9c.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url(/91f689ac38236365183d.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
  url(/d035787111367f083acf.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
  url(/3b5f561e8caa3803daee.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local(''),
  url(/9fdf32f37c303269b99d.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
  url(/4bdcfadc292241e3b817.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
  url(/28859bb25224400ba2fd.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
  url(/978826cf8cb839de3957.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local(''),
  url(/c73dc2bfb61cb8936d2b.woff2) format('woff2');
}

html {
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
*{
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background: #ECECEC;
  border-radius: 4px;
}

