/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       /
 Author URI:   /
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentysixteenchild
*/

/*
1. Typography
2. Content
*/

/** Typography **/
body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: Avenir Next, Helvetica, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Fjalla One, Helvetica, serif;
	clear: both;
	font-weight: 600;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 48px;
	font-size: 3rem;
}

h2 {
	font-size: 39px;
	font-size: 2.4rem;
}

h3 {
	font-size: 31px;
	font-size: 1.9rem;
}

h4 {
	font-size: 26px;
	font-size: 1.6rem;
}

h5 {
	font-size: 22px;
	font-size: 1.375rem;
}

h6 {
	font-size: 20px;
	font-size: 1.25rem;
}

/** Content **/
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.5;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 39px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 31px;
	font-size: 1.9rem;
	line-height: 1.5;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}


.site-title {
	font-family: Fjalla One, "Helvetica", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.entry-title {
	font-family: Fjalla One, "Helvetica", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}
