@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url(../fonts/CormorantGaramond-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url(../fonts/CormorantGaramond-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "RobotoSlab";
  src: url(../fonts/RobotoSlab-ExtraBold.ttf);
  font-weight: 800;
}