:root {
  --pg-fs-small: 0.875rem;
  --pg-fs-smaller: 0.8rem;
  --pg-fs-smallest: 0.6rem;
}

.smaller {
  font-size: 0.8rem;
}

.smallest {
  font-size: 0.6rem;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.poppins-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-600 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}