@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./Quicksand/light.woff2') format('woff2'),
       url('./Quicksand/light.woff') format('woff');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Quicksand/regular.woff2') format('woff2'),
       url('./Quicksand/regular.woff') format('woff');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./Quicksand/bold.woff2') format('woff2'),
       url('./Quicksand/bold.woff') format('woff');
}
