/* included only when we don't want to use fonts from google server */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,latin-ext);
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext);
}