:root {
  --bs-success-rgb: 71, 222, 152 !important;
}

@font-face {
  font-family: customPragati;
  src: url("../fonts/PragatiNarrow-Regular.ttf");
}

a {
  text-decoration: none;
}

#calendar .btn-info.text-light:hover,
#calendar .btn-info.text-light:focus {
  background: #000;
}

#calendar table,
#calendar tbody,
#calendar td,
#calendar tfoot,
#calendar th,
#calendar thead,
#calendar tr {
  border-color: #ededed !important;
  border-style: solid;
  border-width: 1px !important;
}

@media (max-width: 741px) {
  #calendar th, #calendar h2 {
    font-family: customPragati;
    font-weight: 400;
    font-style: normal;
  }
}
