/*
 Theme Name:   Schon Child  
 Theme URI:    https://wordpress.themeholy.com/schon
 Description:  This is a child theme for Schon - Spa & Wellness Salon WordPress Theme
 Author:       Themeholy
 Author URI:   https://wordpress.themehour.net/schon
 Template:     schon 
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  schon child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
h2{
    font-size:40px;
    line-height:1.3;
    font-weight:700;
}

/* Tablet */
@media (max-width:1024px){
    h2{
        font-size:36px;
    }
}

/* Mobile */
@media (max-width:768px){
    h2{
        font-size:30px;
    }
}