/* Webfonts CSS Document */

@font-face {
    font-family: 'cabinregular';
    src: url('../fonts/cabin-regular-webfont.eot');
    src: url('../fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cabin-regular-webfont.woff') format('woff'),
         url('../fonts/cabin-regular-webfont.ttf') format('truetype'),
         url('../fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'cabin-italic';
	src: url('../fonts/Cabin-Italic-webfont.eot'); /* IE 5-8 */ 
	src: local('☺'),             /* sneakily trick IE */
	url('../fonts/Cabin-Italic-webfont.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
	url('../fonts/Cabin-Italic-webfont.ttf') format('truetype'), /* Opera, Safari */
	url('../fonts/Cabin-Italic-webfont.svg#font') format('svg'); /* iOS */
}