.brand-text h1{
    font-family: 'ztitle';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.brand-text p{
    font-family: 'zcontent';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.menu{
    font-family: 'ztitle';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.site-footer{
    font-family: 'zcontent';
    font-weight: 400;
    font-style: normal;
}
.site-footer-copyright{
    font-family: 'ztitle';
    font-weight: 400;
    font-style: normal;
	color:
}
.archiveyear{
    font-family: 'ztitle';
    font-weight: 400;
    font-style: normal;
}
.articlemetas{
    font-family:'zcontent';
}
.paper-subtitle,.paper-meta,.post-list,article,.post-nav,.comments-area{
    font-family:'zcontent';
}
.paper-subtitle{
    font-family:'ztitle';
}
.paper-title{
    font-family:'ztitle';
    font-weight: 400;	
}
h3.post-title a{
    font-family:'ztitle';
    font-weight: 400;	
}
.page-navigator {
    font-family: 'ztitle';
    font-weight: 400;
    font-style: normal;
}
.comments-title{
    font-family: 'ztitle';
    font-weight: 400;
    font-style: normal;
}
.meta-tags{
    font-family: 'zcontent';
    font-weight: 400;
    font-style: normal;
}
input, button, textarea {
  font-family: "zcontent";
}

::placeholder {
  font-family: inherit;
}

::-webkit-input-placeholder { font-family: inherit; }
::-moz-placeholder { font-family: inherit; }
:-ms-input-placeholder { font-family: inherit; }


article .post-content h2,article .post-content h3,article .post-content h4,article .post-content h5,article .post-content h6{
    font-family: 'ztitle';
    font-weight: 400;
    font-style: normal;
}
.post-excerpt :not(pre)>code,
.post-content :not(pre)>code {
  font-family: "zcontent";
}
.post-excerpt pre code,
.post-content pre code {
  font-family: "zcontent";
}
pre:before {
  font-family: "ztitle";
}
pre:after {
  font-family: "ztitle";
}
blockquote:before {
  font-family: "ztitle";
}
blockquote:after {
  font-family: "ztitle";
}
h4.respond-title{
  font-family: "zcontent";
}
article .post-content p{text-indent:2em;}
article .post-content li p{text-indent:0em;}

