.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*{ 
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
 }
 html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, strong{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family:"Quicksand", sans-serif;
}
ol, ul {
  font-family:"Quicksand", sans-serif;
}
a {
  text-decoration: none;
  font-family:"Quicksand", sans-serif;
}