/*
Theme Name:   Hello Child
Description:  Child theme for Hello Elementor
Author:       ITSLKC
Template:     hello-elementor
Version:      1.0.3
*/

.editor-styles-wrapper :is(h1, h2, h3, h4, h5, h6) {
  font-family: kepler-std-display, serif;
  font-weight: 400;
  font-style: normal;
}

.editor-styles-wrapper h1 { font-size: 3rem; }
.editor-styles-wrapper h2 { font-size: 2.5rem; }
.editor-styles-wrapper h3 { font-size: 2rem; }

.editor-styles-wrapper p, li, ul { 
font-family: neutronic, sans-serif;
font-weight: 400;
font-style: normal;
}