/*
 Theme Name:   Storytime Child
 Description:  Mein Child Theme
 Author:       Kim Krüger
 Author URI:   https://TheDarkTouch.de
 Template:     storytime
 Version:      1.0
 Text Domain:  storytime-child
*/


/*--------------------------------------------------------------
Base
--------------------------------------------------------------*/

body {
    background-color: #f5f5f5;
    font-family: Raleway, "Helvetica Neue", sans-serif;
    font-size: 100%;
    line-height: 1.8;
    color: #444;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

