
/* Slightly Deeper Browser Support
Chrome	Safari	Firefox	Opera	IE	Android	iOS
3,5+	3+	3,5+	10.1+	9+	2,2+	4,3+
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;  
  src: url('/fonts/opensans300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/opensans300.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;  
  src: url('/fonts/opensans400.woff2') format('woff2'),
       url('/fonts/opensans400.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;  
  src: url('/fonts/opensans700.woff2') format('woff2'),
       url('/fonts/opensans700.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;  
  src: url('/fonts/opensans800.woff2') format('woff2'),
       url('/fonts/opensans800.ttf') format('truetype');
}
