@font-face {
  font-family: 'Quicksand-Light';
  font-weight: normal;
  font-style: normal;
  src: local('Quicksand-Light'),
       local('Quicksand-Light'),
       url('../fonts/Quicksand-Light.ttf') format('truetype');
}@font-face {
  font-family: 'Quicksand-Regular';
  font-weight: normal;
  font-style: normal;
  src: local('Quicksand-Regular'),
       local('Quicksand-Regular'),
       url('../fonts/Quicksand-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand-Medium';
  font-weight: normal;
  font-style: normal;
  src: local('Quicksand-Medium'),
       local('Quicksand-Medium'),
       url('../fonts/Quicksand-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand-Bold';
  font-weight: normal;
  font-style: normal;
  src: local('Quicksand-Bold'),
       local('Quicksand-Bold'),
       url('../fonts/Quicksand-Bold.ttf') format('truetype');
}