  *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      font-family:'Inter',sans-serif !important;
      background:#f5f9fc;
      color:#1e293b;
      line-height:1.6;
    }

    a{
      text-decoration:none;
      color:inherit;
    }

    .hmc-site .hmc-container{
      width:90%;
      max-width:1250px;
      margin:auto;
    }
    
    
