@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/opensans.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans.woff') format('woff'), url('/fonts/opensans.ttf') format('truetype'), url('/fonts/opensans.svg#Open Sans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/opensans-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: bold;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  font-weight: 400;
  color: #777;
}