@font-face {
    font-family: 'PT Sans';
    src: url('/resources/fonts/pt-sans/PTSans-Regular.eot');
    src: url('/resources/fonts/pt-sans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/resources/fonts/pt-sans/PTSans-Regular.woff') format('woff'),
    url('/resources/fonts/pt-sans/PTSans-Regular.ttf') format('truetype'),
    url('/resources/fonts/pt-sans/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/resources/fonts/pt-sans/PTSans-Bold.eot');
    src: url('/resources/fonts/pt-sans/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/resources/fonts/pt-sans/PTSans-Bold.woff') format('woff'),
    url('/resources/fonts/pt-sans/PTSans-Bold.ttf') format('truetype'),
    url('/resources/fonts/pt-sans/PTSans-Bold.afm#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Serif';
    src: url('/resources/fonts/pt-serif/PTSerif-Regular.eot');
    src: url('/resources/fonts/pt-serif/PTSerif-Regular.eot?#iefix') format('embedded-opentype'),
    url('/resources/fonts/pt-serif/PTSerif-Regular.woff') format('woff'),
    url('/resources/fonts/pt-serif/PTSerif-Regular.ttf') format('truetype'),
    url('/resources/fonts/pt-serif/PTSerif-Regular.svg#PTSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Serif';
    src: url('/resources/fonts/pt-serif/PTSerif-Bold.eot');
    src: url('/resources/fonts/pt-serif/PTSerif-Bold.eot?#iefix') format('embedded-opentype'),
    url('/resources/fonts/pt-serif/PTSerif-Bold.woff') format('woff'),
    url('/resources/fonts/pt-serif/PTSerif-Bold.ttf') format('truetype'),
    url('/resources/fonts/pt-serif/PTSerif-Bold.afm#PTSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    color: rgba(0, 0, 0, .87);
    background: #fff;
    font: 13px/1.5 'PT Sans', 'Arial', 'Liberation Sans', FreeSans, sans-serif;
    width: 100%;
    height: 100%;
}

.pre,
pre,
code {
    font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
    font-size: 1.25em;
}

h2 {
    font-size: 1.125em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.875em;
}

h5 {
    font-size: 0.8125em;
}

h6 {
    font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    list-style: none inside;
}

a {
    color: inherit;
}

.title {
    font: 1.125em/1.5 'PT Sans', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
