/*FONTS.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2013 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* YOUR CUSTOM FONTS CAN BE DEFINED HERE VIA CSS3 FONT-FACE TECHNOLOGY*/
/* More info : http://www.littleboxofideas.com/blog/tutorials/how-do-i-implement-font-face */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.font1 {
  font-family: 'Open Sans', sans-serif;
}
.font2 {
  font-family: 'Montserrat', sans-serif;
}
.font3 {
  font-family: 'Raleway', sans-serif;
}
body,
p {
  font-family: 'Raleway', sans-serif;
}
.btn-expose {
  font-family: 'Montserrat', sans-serif;
}
.menu-block {
  font-family: 'Montserrat', sans-serif;
}
.works-filter li a > span,
.works-filter li:after {
  font-family: 'Montserrat', sans-serif;
}
.tweet_text,
.tweet_time {
  font-family: 'Raleway', sans-serif;
}
