@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Quicksand:wght@300..700&display=swap');
.limelight-regular {
  font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}