@font-face {
    font-family: "Ping";
    src: url("/static/fonts/PingLCG-Bold.woff2") format("woff2"), url("/static/fonts/PingLCG-Bold.woff") format("woff");
    font-weight: 300;
  }
  
  @font-face {
    font-family: "Ping";
    src: url("/static/fonts/PingLCG-Regular.woff2") format("woff2"), url("/static/fonts//PingLCG-Regular.woff") format("woff");
    font-weight: normal;
  }
  
  @font-face {
    font-family: "Ping";
    src: url("/static/fonts/PingLCG-Light.woff2") format("woff2"), url("/static/fonts/PingLCG-Light.woff") format("woff");
    font-weight: 100;
  }
  
  p, a.custlink, input, table, ul, li {
    font-family: Ping;
  }
  
  .disabled
  {
    pointer-events: none;
    opacity: 0.3;
  }
  
  /* p, a, tr {
    font-family: 'Ping' !important;
  } */
  
    a.custlink {
    font-weight: bold;
    color: #dc3545;
    text-decoration: none;
  }
  
  a.custlink:hover {
    
    font-weight: bold;
    color: rgb(48, 3, 3);
    text-decoration: none;
  }
  
  a.blacklink:hover {
    font-weight: bold;
    color: #dc3545;
    text-decoration: none;
  }
  
  a.blacklink {
    font-weight: bold;
    color: rgb(48, 3, 3);
    text-decoration: none;
  }