/* splash page links */
@font-face {
	font-family: 'Josefin Slab';
	src: url('/common/fonts/josefinslab-regular.eot');
	src: url('/common/fonts/josefinslab-regular.eot?#iefix') format('embedded-opentype'), 
	     url('/common/fonts/josefinslab-regular.woff') format('woff'), 
	     url('/common/fonts/josefinslab-regular.ttf')  format('truetype');
}

/* navbar links */
@font-face {
	font-family: 'YK sans';
	src: url('/common/fonts/yksans.eot');
	src: url('/common/fonts/yksans.eot?#iefix') format('embedded-opentype'), 
	     url('/common/fonts/yksans.woff') format('woff'), 
	     url('/common/fonts/yksans.ttf')  format('truetype');
}

/* general paragraph */
@font-face {
    font-family: 'Open sans';
    src: url('/common/fonts/opensans-regular.eot');
    src: url('/common/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('/common/fonts/opensans-regular.woff') format('woff'),
         url('/common/fonts/opensans-regular.ttf') format('truetype');
}

/* module headers and titles */
@font-face {
    font-family: 'Open sans light';
    src: url('/common/fonts/opensans-light.eot');
    src: url('/common/fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('/common/fonts/opensans-light.woff') format('woff'),
         url('/common/fonts/opensans-light.ttf') format('truetype');
}
