/* 13.06.2015 - umutcakirbm.com */
/* - New fonts are loaded. */

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSansTurk_Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSansTurk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSansLight_Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSansLight_0.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSansTurk_Bold_Italic.ttf') format('truetype'),
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSansTurk_Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/HelveticaNeue-Medium.otf')  format('opentype'),
	     url('../fonts/HelveticaNeue-Medium.woff') format('woff'), 
		 url('../fonts/HelveticaNeue-Medium.ttf')  format('truetype'), 
		 url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/HelveticaNeue-Light.otf')  format('opentype'),
	     url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf')  format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
