/*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:'Open Sans', sans-serif;
@font2:'Montserrat', sans-serif;
@font3:'Raleway', sans-serif;


.font1{
	font-family: @font1;
}
.font2{
	font-family: @font2;
}
.font3{
	font-family: @font3;
}

body, p{
	font-family: @font3;
}


.btn-expose{
	font-family: @font2;
}
.menu-block{
	font-family: @font2;
}

.works-filter li a > span, .works-filter li:after{
	font-family: @font2;
}
.tweet_text, .tweet_time{
	font-family: @font3;
}