/*
 Theme Name:   block-lite
 Theme URI:    http://br.animalmedicine.tokyo/block-lite-child/
 Description:  block-lite Child Theme
 Author:       John Doe
 Author URI:   http://br.animalmedicine.tokyo
 Template:     block-lite
 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:  block-lite Child Theme
*/

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'Noto Serif', sans-serif;
	line-height: 1.1;
	font-weight: 500;
	word-wrap: break-word;
	margin: 6px 0px;
	padding: 6px 0px;
}

.site-title {
	display: block;
	font-family: 'Noto Serif', serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	text-align: center;
	text-transform: none;
	margin: 0px;
	padding: 0px 12px;
	word-wrap: break-word;
}



.site-description {
	display: block;
	color: #000000;
	font-family: 'Noto Serif', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 1.4;
	margin: 0px auto 0px;
	padding: 0px 24px;
}


