body{

     background-color: lightblue;
  
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.bitcount-grid-single-<uniquifier> {
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;

     p {
       color: ghostwhite;
     }

}
