.btn2-primary {
    color: white; /* #fff; */
    background-color: #026467; /* #F65D82; /* #0092e4;   #ff7900; */
    border-color: #F99DB4; /* #0092e4; */
    box-shadow: none;
    font-family: "Encode Sans Condensed", sans-serif;
}
.btn2 {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .563rem 1.188rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 8px;
    transition: all 0.15s ease-in-out;
}

.banner-title {
   font-family: "Encode Sans Condensed", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 2.2rem;
   color: #026467; /* #C66754; */
}
.banner-title2 {
   font-family: "Encode Sans Condensed", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 2.4rem;
   color: #026467; /* #C66754; */
}
.subtitle {
   font-family: "Encode Sans Condensed", sans-serif;
   font-weight: 500;
   font-size: 2.2rem;
   padding-bottom: 5px;
}
.title2 {
   font-family: "Encode Sans Condensed", sans-serif;
   font-weight: 500;
   font-size: 2.0rem;
   padding-bottom: 5px;
 }
  
 .final {
   padding-bottom:14px;
}
.count {
  font-family: Merriweather, sans-serif;
}
.fancy {
   font-family: "Encode Sans Condensed", sans-serif;
   color: #333;
   font-size:20px;
   padding-top:10px;
   line-height:34px;
}
.modern {
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 20px;
  color: black;
 }
.modern2 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 20px;
  padding-bottom:14px;
  color: black;
 }
.moderntiny {
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 16px;
  color: black;
 }
h3 {
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight:normal;
  color: #026467; /* #ad4d3a; */
}
ul.a {
  list-style-position: outside;
}

.nba-stats-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 18px;
  color: #222;
  line-height: 1.6;
}

.nba-stats-list li::marker {
  color: #E63946; /* basketball red-ish bullet */
}

