@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('OpenSans-Light-webfont.woff2') format('woff2'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
				 url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('OpenSans-Regular-webfont.woff2') format('woff2'),
       url('OpenSans-Regular-webfont.woff') format('woff'),
       url('OpenSans-Regular-webfont.ttf') format('truetype'),
			 url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('OpenSans-Semibold-webfont.woff2') format('woff2'),
       url('OpenSans-Semibold-webfont.woff') format('woff'),
       url('OpenSans-Semibold-webfont.ttf') format('truetype'),
			 url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('OpenSans-Bold-webfont.woff2') format('woff2'),
       url('OpenSans-Bold-webfont.woff') format('woff'),
       url('OpenSans-Bold-webfont.ttf') format('truetype'),
			 url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype');
}

