.richtext-image {
    margin: .5rem .5rem .5rem 1rem;
  max-width: 20vw;
  max-height: 30vh;
}

.richtext-image.left {
  float: left;
  margin: .5rem 1rem .5rem .5rem;
  max-width: 20vw;
  max-height: 30vh;

}

.richtext-image.right {
  float: right;
  margin: .5rem .5rem .5rem 1rem;
  max-width: 20vw;
  max-height: 30vh;

}



body {
  font-family: 'Quicksand', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
