/* https://fonts.googleapis.com/css?family=Oswald:400|Open+Sans:400,600 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(open_sans_400.ttf) format('truetype');
  src: url(open_sans_400.woff) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(open_sans_600.ttf) format('truetype');
  src: url(open_sans_600.woff) format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(oswald_400.ttf) format('truetype');
  src: url(oswald_400.woff) format('woff2');
}
