@charset "UTF-8";
/*
Theme Name:   Impreza Child
Theme URI:    /impreza-child/
Description:  Impreza Child Theme
Author:       Camille Colvray
Author URI:   https://siti.fr
Template:     Impreza
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-readys
Text Domain:  imprezachild
*/


h1, h2, h3, h4, h5, h6 {
    font-family: area-normal, sans-serif !important;
    font-style: normal !important;
}
  
h1 {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 900;
}

h2 {
    margin-bottom: 4rem;
    font-size:  32px;
    font-weight: 900;
}

h3 {
    font-size: 22px !important;
    font-weight: 900;
}

h5 {
    font-size: 14px !important;
}

@media screen and (max-width: 768px) {
    h1 {
        margin: 0 19px;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        font-size: 25px !important;
    }

    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 17px !important;
    }
}