@import url('https://use.typekit.net/xzg3tdx.css');


body.gin-login {
  font-family: "acumin-variable";
  background: #f5f5f7;
  h1 {
    color: #000;
  }

  .user-login-form {
    .button-login {
      background: #000 !important;
      border-color: #000 !important;
    }
  }

  .link {
    color: #000;
  }

  .page-title {
    display: none;
  }

  .button-login {
    text-transform: uppercase;
  }
}
