/* ******************************************************************

                     _ _ _                 _    
  _ __ ___   ___  __| (_) |__   __ _ _ __ | | __
 | '_ ` _ \ / _ \/ _` | | '_ \ / _` | '_ \| |/ /
 | | | | | |  __/ (_| | | |_) | (_| | | | |   < 
 |_| |_| |_|\___|\__,_|_|_.__/ \__,_|_| |_|_|\_\
                                                

 Description: Font embedding (loading using webfont js)
 Authors: Jason Smale
 

*********************************************************************/


/* ******************************************************************
 When loading fonts onto the server, MIME types will need to be added

.eot application/vnd.ms-fontobject
.woff application/font-woff
 
*********************************************************************/


/*	DIN */
@font-face {
	font-family: 'DINWeb';
	src: url('din/DINWeb.eot'); /* IE9 Compat Modes */
	src: url('din/DINWeb.eot?#iefix') format('embedded-opentype'), 
	     url('din/DINWeb.woff') format('woff');
	font-weight: normal;
}

@font-face {
	font-family: 'DINWeb';
	src: url('din/DINWeb-Bold.eot'); /* IE9 Compat Modes */
	src: url('din/DINWeb-Bold.eot?#iefix') format('embedded-opentype'), 
	     url('din/DINWeb-Bold.woff') format('woff');
	font-weight: bold;
}

/*	BREE */
@font-face {
	font-family: 'BreeMedibankWeb';
	src: url('bree/BreeMedibankWeb_Regular.eot'); /* IE9 Compat Modes */
	src: url('bree/BreeMedibankWeb_Regular.eot?#iefix') format('embedded-opentype'),
	     url('bree/BreeMedibankWeb_Regular.woff') format('woff'),
	     url('bree/BreeMedibankWeb_Regular.ttf') format('truetype');
	font-weight: normal;
}

/* Medibank Icons */

@font-face {
    font-family: 'MedibankIcons';
    src: url('icon/medibankicons-regular.eot');/* IE9 Compat Modes */
    src: url('icon/medibankicons-regular.eot?#iefix') format('embedded-opentype'), 
         url('icon/medibankicons-regular.woff') format('woff'), 
         url('icon/medibankicons-regular.ttf') format('truetype'), 
         url('icon/medibankicons-regular.svg#MedibankIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}