    body {
        font-family: "Inter Tight";
    }
    
    .t-checkbox__indicator, .t-radio__indicator {
    border-radius: 6px;
}

    .uc-fixed {
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
    }
    
    .t-checkbox__indicator {
    border: 1px solid #fff;
    }
    
    .t-checkbox__indicator:after {
    left: 7px;
    top: 3px;
    }



@media screen and (max-width: 1199px) {
  .t-checkbox__indicator,
  .t-checkbox__indicator::before,
  .t-radio__indicator,
  .t-radio__indicator::before {
    border-radius: 4px !important;
  }
}


