
@font-face {
  font-family: "Roboto";
  src: url("/web/webfonts/Roboto/Roboto-Regular.ttf") format("truetype"),
       url("/web/webfonts/Roboto/Roboto-Bold.ttf") format("truetype"),
       url("/web/webfonts/Roboto/Roboto-Medium.ttf") format("truetype"),
       url("/web/webfonts/Roboto/Roboto-Italic.ttf") format("truetype"),
       url("/web/webfonts/Roboto/Roboto-Black.ttf") format("truetype"),
       url("/web/webfonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
}


html,body{
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  text-align: left;
  /* background-color: #f5f5f5; */
  overflow-x:hidden  !important;
}
