/*
 Theme Name:   Stories Child
 Theme URI:    https://jthemes.com/themes/wp/stories/
 Description:  stories child theme
 Author:       ThemePerch
 Author URI:   http://themeforest.net/user/jthemes
 Template:     stories
 Version:      1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  stories-child
*/


/* Add your custom css below */

h1, .h1, h2, .h2, {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-family: var(--stories-headings-font-family, var(--stories-body-font-family));
    font-weight: 600;
    line-height: 1.2;
    color: var(--stories-headings-color, #140000);
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    font-family: var(--stories-headings-font-family, var(--stories-body-font-family));
    font-weight: 600;
    line-height: 1.2;
    color: var(--stories-headings-color, #140000);
}

@media (min-width: 1200px)
h2, .h2 {
    font-size: 1.8rem !important;
}

@media (min-width: 1200px)
h3, .h3 {
    font-size: 1.3rem !important;
}

@media (min-width: 1200px)
h4, .h4 {
    font-size: 1.1rem !important;
}