<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* custom fonts */

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt-serif/PTF55F-webfont.eot');
    src: url('../fonts/pt-serif/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt-serif/PTF55F-webfont.woff') format('woff'),
         url('../fonts/pt-serif/PTF55F-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt-serif/PTF75F-webfont.eot');
    src: url('../fonts/pt-serif/PTF75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt-serif/PTF75F-webfont.woff') format('woff'),
         url('../fonts/pt-serif/PTF75F-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt-serif/PTF56F-webfont.eot');
    src: url('../fonts/pt-serif/PTF56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt-serif/PTF56F-webfont.woff') format('woff'),
         url('../fonts/pt-serif/PTF56F-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt-serif/PTF76F-webfont.eot');
    src: url('../fonts/pt-serif/PTF76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt-serif/PTF76F-webfont.woff') format('woff'),
         url('../fonts/pt-serif/PTF76F-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans/PTS55F-webfont.eot');
    src: url('../fonts/pt-sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pt-sans/PTS55F-webfont.woff') format('woff'),
    url('../fonts/pt-sans/PTS55F-webfont.ttf') format('truetype'),
    url('../fonts/pt-sans/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans/PTS56F-webfont.eot');
    src: url('../fonts/pt-sans/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pt-sans/PTS56F-webfont.woff') format('woff'),
    url('../fonts/pt-sans/PTS56F-webfont.ttf') format('truetype'),
    url('../fonts/pt-sans/PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}





/* custom fonts init */

body { font-family: 'PT Serif', 'Georgia', serif }
.post-content-preview { font-family: 'PT Sans', Arial, Helvetica, sans-serif;}

/* custom colors */

html, body,
.thumbs .col .item.hover h2,
.thumbs .col .item:hover h2,
input, textarea,
th { color: #3e3432 }

#contact .name:after,
#contact .mail:after,
#contact .msg:after,
.sep:after,
.sep:before { background-color: #3e3432 }

#contact input.err,
#contact textarea.err {
  color: #9e1a19;
}

.fieldset input,
.fieldset textarea,
.widget.widget_search input#s {
  border-color: #cecccb;
}

a { color: #2a2322 }

ul.folio&gt;li.filter ul li:hover,
a:hover { color: #5f5a59 }

.jp-play-bar,
.jp-volume-bar-value { background-color: #2a2322 }

ol#menu li a:hover,
.post .one-third .sep ~ * { color: #6e6665 }


/* custom css */

</pre></body></html>