@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  
  body {
      line-height: 26px !important;
      font-size: 17px;
      font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
      color: #000a12;
      background: #fff;
      margin: 0;
      padding: 0;
      text-align: left;
      direction: ltr;
      unicode-bidi: embed;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      overflow-wrap: break-word;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
      letter-spacing: -.025em;
      text-transform: none;
      font-weight: 700;
  }