/*Font Face - Quicksand ------------------------------------------------------*/

@font-face {
  font-family: Quicksand;
  src: url(../fonts/Quicksand/Quicksand_Book.otf);
  font-weight: normal;
}

@font-face {
  font-family: Quicksand;
  src: url(../fonts/Quicksand/Quicksand_Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: Quicksand;
  src: url(../fonts/Quicksand/Quicksand_Light.otf);
}

/*Font Face - Cocogoose ------------------------------------------------------*/

@font-face {
  font-family: Cocogoose;
  src: url(../fonts/Cocogoose/Cocogoose%20Pro%20Light-trial.ttf);
  font-weight: normal;
}

/*Font Face - Roboto ---------------------------------------------------------*/

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Thin.ttf);
}

/*Font Face - OpenSans ---------------------------------------------------------*/

@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans/OpenSans-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans/OpenSans-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans/OpenSans-Italic.ttf);
  font-weight: normal;
  font-style: italic;
}
