@font-face {
    font-family: 'rc'; 
    src: url('../fonts/rc.ttf');     
}
@font-face {
    font-family: 'rcl'; 
    src: url('../fonts/rcl.ttf');     
}
@font-face {
    font-family: 'rcb'; 
    src: url('../fonts/rcb.ttf'); 
}

body, input, select, textarea {
	color: #333;
	/*font-family: "Source Sans Pro", sans-serif !important;*/
	/* font-family: 'Open Sans Condensed', sans-serif !important; */
	font-family: 'rcl', sans-serif;
	/* font-size: 14pt; */
	font-weight: 300;
	line-height: 1.65em;
	letter-spacing: -0.015em;
}