/* CSS Document */
@font-face {
    font-family:OpenSans-Regular;
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix')
             format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
		 url('../fonts/OpenSans-Regular.svg#webfont') format('svg'),      
	     url('../fonts/OpenSans-Regular.ttf') format('truetype'); 
}

@font-face {
    font-family:OpenSans-Semibold;
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix')
             format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold.woff') format('woff'),
         url('../fonts/OpenSans-Semibold.svg#webfont') format('svg'),      
         url('../fonts/OpenSans-Semibold.ttf') format('truetype'); 
}

@font-face {
    font-family:OpenSans-Bold;
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix')
             format('embedded-opentype'),
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans-Bold.svg#webfont') format('svg'),      
         url('../fonts/OpenSans-Bold.ttf') format('truetype'); 
}

@font-face {
    font-family:Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix')
             format('embedded-opentype'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.svg#webfont') format('svg'),      
         url('../fonts/Montserrat-Regular.ttf') format('truetype'); 
}
