
  body {
    margin: 0;
    font-family: "Intel", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
      "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue","Open Sans",
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 35px;    
  }

  @font-face {
    font-family: "Intel";
    font-weight: bold;
    font-style: normal;
    src: url("./assets/font/Inter-Bold.ttf") format("truetype");
  }  
  
  @font-face {
    font-family: "Intel";
    font-weight: normal;
    font-style: normal;
    src: url("./assets/font/Inter-Regular.ttf") format("truetype");
  }
  
  code {
    font-family: "Intel", source-code-pro, Menlo, Monaco, Consolas,
      "Courier New", monospace;
  }

  .terms-and-conditions{
    font-family: "Intel";
    font-size: 22px;
    font-weight: bold;
    line-height: 170%;
    letter-spacing: 0.05px;
    color: rgb(5, 12, 29);
    margin-bottom: 10px;
    /* text-align: justify; */
    margin: 30px 0 20px 0;        
  }
  
  .title-large{
    font-family: "Intel";
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05px;
    color: rgb(5, 12, 29);
    /* text-align: justify; */
  }

  .title{
    font-family: "Intel";
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0px;
    line-height: 170%;
    letter-spacing: 0.05px;
    color: rgb(5, 12, 29);
    /* text-align: justify; */
  }

  span{
    font-family: "Intel";
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
    letter-spacing: 0.05px;
    color: rgb(5, 12, 29);
    /* margin: 0 0 10px 5px;     */
    /* text-align: justify; */
  }

  .content-large{
    font-family: "Intel";
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
    letter-spacing: 0.05px;
    color: rgb(5, 12, 29);
    margin: 0 0 10px 0px;    
    text-align: justify;
  }

  .content-large-last{
    font-family: "Intel";
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
    letter-spacing: 0.05px;
    color: rgb(5, 12, 29);   
    text-align: justify;
    margin: 0 0 20px 0px; 
  }

  .content{
    font-family: "Intel";
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
    letter-spacing: 0.05px;
    color: rgb(5, 12, 29);
    margin: 0 0 10px 0px;    
    text-align: justify;
  }

  .note{
    font-family: "Intel";
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
    letter-spacing: 0.05px;
    color: rgb(5, 12, 29);
    margin: 0 0 10px 0px;    
    /* text-align: justify;  */
    display: flex;
    flex-direction: row;
  }

  .link{
    margin-left: 5px;
    color: #00f;
  }

  .link-privacy-policy{    
    font-weight: bold;
    color: rgb(5, 12, 29);
    text-decoration: none;
  }
  
  p{
    margin: 0 5px 0 5px;
    width: 20px;
  }