/*
 Theme Name:   Hamilton Child
 Theme URI:    http://krawatter.de/hamilton-child/
 Description:  Child Theme for Hamilton by Anders Norén
 Author:       Hanna Köhler | studio krawatter
 Author URI:   http://krawatter.de
 Template:     hamilton
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, photography
 Text Domain:  hamilton-child
*/

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans');

body {
    background: #fff;
	border: none;
    color: #000; 
	font-family: 'IBM Plex Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
}