/*------------------------------------

	Theme Name: Davis Child
	Theme URI: https://www.andersnoren.se/teman/davis-wordpress-theme/
    Text Domain: davis-child
	Version: 1.15
	Description: Davis is a teeny-tiny WordPress theme that can be used a starter theme or a *really* lightweight blog theme. It consists of just three PHP files and weighs in at 61 KB, excluding screenshot.png. It features the aside post format, Gutenberg support, a Dark Mode style option, featured images and a responsive design. Demo: http://www.andersnoren.se/themes/davis/
	Tags: blog, one-column, custom-menu, featured-images, post-formats, threaded-comments, translation-ready
	Author: Anders Norén
	Author URI: https://www.andersnoren.se
	Co-Author: Mark Sargent
	Co-Author URI: https://lesss.co
	Template: davis
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

--------------------------------------  */

body * {
    font-family: 'EB Garamond', serif;
    font-size: 20px !important;
}
	/* --- Font Smoothing --- */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;

header { text-align: center; }

header .site-title {
    font-size: 1.5em;
	font-weight: 700;
    margin-top: 80px;
	text-align: center;
}

header .site-description {
    margin-top: 20px;
	text-align: center;
}
.post-thumbnail img {
    margin: 0 auto;
    height: 300px;
}