@import url('/vendor/fonts/md/font.css');
html, body {
	font-family: "content-sans-serif-font", sans-serif;
}
.header-top-in li {
	font-size: 1rem;
}
.header-name, .footer-name {
	font-family: 'marketing-display-font', serif;
	font-weight: 700;
}
.header-slogan {
	font-size: 1rem;
}
.header-links {
    font-size: 1rem;
}
footer {
	font-size: 1rem;
}

.cat-title, .category-name {
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: -0.022rem;
}
.art-title {
	font-family: 'content-title-font', serif;
	font-weight: 400;
	font-size: 1.5rem;
	max-height: 4.2rem;
}
.article-over .art-sub {
	font-size: .875rem;
	max-height: 2.625rem;
	overflow: hidden;
}
.article-over .art-content h3, .article-over .art-content h3, .article-over .art-content h4 {
	font-weight: 400;
	font-size: 1.35rem!important;
	max-height: 4.75rem;
}
.article-down .art-content h2, .article-down .art-content h3, .article-down .art-content h4 {
	font-weight: 400;
	font-size: 1.5rem;
	max-height: none!important;
}

.text-art-title {
	font-family: 'content-title-font', serif;
	font-weight: 400;
	font-size: 1.875rem;
	line-height: 1.33;
}
.text-art-subtitle {
	font-family: 'content-serif-font', serif;
	font-size: 1.1125rem;
	line-height: 1.33;
}
.text-art-category {
	
}
.text-art-meta {
	
}

.article-title {
	font-family: 'content-title-font', serif;
	font-weight: 400;
	font-size: 1.875rem;
	line-height: 1.33;
}
.article-subtitle {
	font-family: 'content-serif-font', serif;
	font-size: 1.1125rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.33;
}
.article-body {
	font-family: 'content-serif-font', serif;
	font-size: 1.1125rem;
	line-height: 1.33;
}
.article-body h5 {
	font-family: "content-sans-serif-font", sans-serif;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: -0.022em;
}

@media (min-width: 768px) {
	.header-name {
		font-size: 2.25rem;
	}
	h2.art-title {
		font-size: 2.5rem;
	}
	.art-content h2 {
		max-height: 9rem;
	}
	.article-title {
		font-size: 2.5rem;
		line-height: 1.2;
	}
	.article-subtitle {
		font-size: 1.3125rem;
		line-height: 2rem;
	}
	.article-body {
		font-size: 1.3125rem;
		line-height: 2rem;
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 1024px) {
	.header-name {
		
	}
}