<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://fonts.googleapis.com/css?family=Cantata+One|Open+Sans:400,600,700";

body {
	font-family: "Arial", sans-serif;
}

/* buttons */
.button,
.button-reset,
.button-submit,
input.button[type="reset"],
input.button[type="submit"] {
	font-family: "Arial", serif;
	font-weight: 700;
}
/* end - buttons */

code {
	font-family: "Arial", sans-serif;
}

/* headers */
h1,
.page-title-inner .page-title {
	font-family: "Arial", serif;
	font-weight: 400;
}
h2, h3, h4, h5, h6 {
	font-family: "Arial", serif;
	font-weight: 700;
}
h1.entry-title,
.wpb_content_element h2,
h3.widget-title {
	font-weight: 600;
}
/* end - headers */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	font-family: "Arial", sans-serif;
}

label {
	font-family: "Arial", sans-serif;
}

/* lists */
#main-content .entry-content ul li,
#main-content .wpb_text_column ul li {
	padding-left: 26px;
	text-indent: -24px;
}
@-moz-document url-prefix() {  /* firefox */
	#main-content .entry-content ul li,
	#main-content .wpb_text_column ul li {
		padding-left: 18px;
		text-indent: -15px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* chrome */
	#main-content .entry-content ul li,
	#main-content .wpb_text_column ul li {
		padding-left: 35px;
		text-indent: -33px;
	}
}
@media only screen and (max-width: 768px) {
	#main-content .entry-content ul li,
	#main-content .wpb_text_column ul li {
		padding-left: 32px;
		text-indent: -29px;
	}
}
@media only screen and (max-width: 414px) {	
	#main-content .entry-content ul li,
	#main-content .wpb_text_column ul li {
		padding-left: 30px;
		text-indent: -27px;
	}
}
/* end - lists */

select {
	font-family: "Arial", sans-serif;
}

.widget ul.menu &gt; li,
.widget ul.sub-menu &gt; li {
	font-family: "Arial", serif;
}

/* page title */
@media only screen and (min-width: 568px) {
	.page-title-inner .page-title {
		letter-spacing: 1px;
	}
}

.page-title-inner .subtitle {
	font-family: "Arial", serif;
	font-weight: 700;
}
@media only screen and (min-width: 568px) {
	.page-title-inner .subtitle {
		letter-spacing: 1px;
	}
}
/* end - page title */

/* footer */
#footer {
	font-family: "Arial", sans-serif;
}
/* end - footer */

/* header */
.soc-icons a:after {
	font-family: "Arial", sans-serif;
}

#top-panel .top-info {
	font-family: "Arial", serif;
}
/* end - header */

/* menus */
/* header */
.tiled-menu &gt; .menu-item {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}

.tiled-menu &gt; .menu-item &gt; .sub-menu {
	left: 2px;
}

.tiled-menu .sub-menu li {
	font-family: "Arial", serif;
	font-weight: normal;
}
/* end - header */
/* end - menus */

/* error page, post, single post and search page */
.entry-header h1 {
	font-weight: 600 !important;
}

article.post .entry-title {
	font-family: "Arial", serif;
}
article.post h3.entry-title {
	font-weight: 700;
}

article .date {
	font-family: "Arial", sans-serif;
}

.entry-summary a,
.entry-summary p {
	font-family: "Arial", sans-serif;
}
/* end - error page, post, single post and search page */

/* plugins */
/* ultimate post widget */
.widget_ultimate_posts .post-excerpt a {
	font-family: "Arial", serif;
}

.widget_ultimate_posts .post-title {
	font-family: "Arial", serif;
	font-weight: 700;
}

/* sidebar */
.sidebar-news h3 {
	font-family: "Arial", sans-serif;
}
/* end - sidebar */
/* end - ultimate post widget */
/* end - plugins */

/* others */
.font-bold p {
	font-weight: 600;
}

/*
.menu-no-link &gt; a {
	font-family: "Roboto Condensed", sans-serif;
}
*/

.menu-no-link li a {
	font-family: "Arial", serif;
}

.more a,
a.more {
	font-family: "Arial", serif;
}

.txt-zhs,
.txt-zht {
	display: none;
}
/* end - others */</pre></body></html>