<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Paperpunch True Colours
Theme URI:      http: //truecolourskids.nl/
Description:    Child theme for the Paperpunch theme 
Author:         Gert Wijnalda - RedAnt
Author URI:     http: //www.redant.nl
Template:       paperpunch
Version:        0.1.0
*/

@import url("../paperpunch/style.css");
@font-face {
    font-family: 'chunkfiveroman';
    src: url('fonts/chunkfive-webfont.woff2') format('woff2'),
         url('fonts/chunkfive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'junctionregular';
    src: url('fonts/junction-regular-webfont.woff2') format('woff2'),
         url('fonts/junction-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1#title, div#title { font-family: 'chunkfiveroman', Verdana, 'Helvetica Neue', helvetica, sans-serif; }
.post-header h1, .post-header h2, #description, #navigation li a, .meta span, div.tags, .entry h2, .entry h3, .entry h4, div.category, div.entries ul li span, #sidebar h2.widgettitle, #sidebar li.widget_tag_cloud, div.comment-number h4, .c-head span, div.reply a, div#comments-rss, #footer div.widget h2
{ font-family: 'junctionregular', 'Helvetica Neue', Arial, helvetica, sans-serif; }

.attrib { display: none; }

#sidebar .widget_recent_entries { display: none; }

#footer div#text-3,
#footer div#text-4 { width: 280px !important; }
#footer div#text-5 { width: 0px !important; }
#footer div#text-6 { width: 71px; }

#footer { background-color: #C6CEFE; }

.textwidget img { margin-left: -20px; }

.entry ul li { margin: 5px 0 0; }
</pre></body></html>