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