* {
    margin: 0;
    padding: 0;
    font-family: "Hind", sans-serif;
    max-width: 3840px;
  }
  
  /* --Icons--*/
  
  .font24-icons-gray {
    font-size: 24px;
    color: rgb(167, 170, 180);
  }

  .font32-icons-gray {
    font-size: 32px;
    color: rgb(167, 170, 180)
  }
  
   /* --fonts--*/

  .font12-white {
    font-size: 12px;
    text-decoration: none;
    color: white;
  }
  
  .font12-gray1 {
    font-size: 12px;
    text-decoration: none;
    color: gray;
  }

  .font12-gray2 {
    font-size: 12px;
    text-decoration: none;
    color: rgb(197, 198, 201);
  }
  
  .font12-white-bold {
    font-size: 12px;
    text-decoration: none;
    color: white;
    font-weight: bold;
  }
  
  .font14-gray1 {
    font-size: 14px;
    text-decoration: none;
    color: gray;
    font-weight: bold;
  }

  .font16-gray1 {
    font-size: 16px;
    text-decoration: none;
    color: rgb(172, 172, 172);;
  }

  .font16-gray2 {
    font-size: 16px;
    text-decoration: none;
    color: rgb(167, 168, 171);
  }

  .font16-gray3 {
    font-size: 16px;
    text-decoration: none;
    font-weight: 100;
    color: rgb(227, 227, 228);
  }

  .font16-bold-gray1 {
    font-size: 16px;
    text-decoration: none;
    color: gray;
    font-weight: bold;
  }
  
  .font24-bold {
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
  }

  .font24-gray {
    font-size: 24px;
    text-decoration: none;
    color: rgb(82, 88, 106)
  }

  .font24-bold-gray {
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(82, 88, 106)
  }

  .font32-bold-gray {
    font-size: 32px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(82, 88, 106)
  }

  .font32-bold-gray2 {
    font-size: 32px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(167, 168, 171);
  }

  .font32-white {
    font-size: 32px;
    text-decoration: none;
    font-weight: bold;
    color: white;
  }

  .font62-white-bold {
    font-size: 62px;
    text-decoration: none;
    color: white;
    font-weight: bold;
  }