/*
  Add custom CSS rules here.
*/

/* You can enable the MavenPro font by uncommenting it below */
/* Then, you can target is as usual in the CSS. */



@font-face {
    font-family: "monaco-webfont";
    src: url('fonts/monaco-webfont.eot');
    src: url('fonts/monaco-webfont?#iefix') format('eot'),
         url('fonts/monaco-webfont.woff') format('woff'),
         url('fonts/monaco-webfont.ttf') format('truetype'),
         url('fonts/monaco-webfont.svg#webfontOM8fITNz') format('svg');
    font-weight: normal;
    font-style: normal;
}


.page-description, .page-description p {
font-family: "monaco-webfont", sans-serif;
font-size: 10px;
}