<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#SFNT_Hero_Slider {
	margin-top: .5rem;
}

@media screen and (min-width: 768px) {
	#SFNT_Hero_Slider {
		margin-top: 1.25rem;
	}
}

#sfnt_recent_blog_posts h3 {
	font-weight: 600;
	margin: 0 0 .5rem 0;
}

.t-sfnt_blog-post-synopsis {
	color: #333;
	line-height: 1.25;
}

#sfnt_recent_blog_posts a.c-button:hover {
	background: #000;
}

#t-home__recent-blog-posts h2 a:hover {
	color: #9a2627;
	text-decoration: none;
}

.t-home__recent-blog-post-separator {
	color: #767676;
	font-weight: 300;
	margin: .25rem;
	
	&amp; + a {
		color: #767676;
	}
}

@media screen and (max-width: 767px) {
	#sfnt_recent_blog_posts {
		margin-left: 16px;
	}
	
	.t-sfnt_blog-single-post:first-of-type {
		border-bottom: 1px solid #999;
	}
	
	.t-sfnt_blog-post-synopsis {
		font-size: .9rem;
	}
}

@media screen and (min-width: 461px) and (max-width: 767px) {
	.t-sfnt_blog-single-post {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.t-sfnt_blog-single-post {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
}

@media screen and (max-width: 460px) {
	.t-sfnt_blog-single-post {
		padding-bottom: 2rem;
	}
}

.t-sfnt_reviews-article--stars {
	background-clip: text;
	background-color: #000;
}
</pre></body></html>