/*
Theme Name: Finovate Child
Author: VamTam
Author URI: https://vamtam.com
Template: finovate
*/



/*

put your child theme styles here



/* EDITOR GUTENBERG */
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.editor-styles-wrapper, .editor-styles-wrapper p {
    color: #404040;
    font-family: 'PT Serif', serif;
    font-size: 17px !important;
    font-size: 1rem;
    line-height: 1.6;
}

.editor-styles-wrapper {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

body .editor-styles-wrapper,
        body  .editor-styles-wrapper * {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
        }

you don't need any @import rules

*/
