/*@font-face {
  font-family:'Quicksand';
  font-style: normal;
  font-weight: normal;
  font-display:swap;
  src: local('Quicksand'), local('Quicksand-Regular'),
  url(Quicksand.woff2) format('quick2'),
  url(Quicksand.woff) format('quick');
}

@font-face {
    font-family: 'quicksand_mediumregular';
    src: url('quicksand-medium-webfont.woff2') format('woff2'),
         url('quicksand-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandbold';
    src: url('quicksand-bold-webfont.woff2') format('woff2'),
         url('quicksand-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'quicksand_lightregular';
    src: local('Quicksand'), local('Quicksand-Regular'),
      url('quicksand-light-webfont.woff2') format('woff2'),
      url('quicksand-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandregular';
    src: local('Quicksand'), local('Quicksand-Regular'),
      url('quicksand-regular-webfont.woff2') format('woff2'),
      url('quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
