/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");
@font-face {
  font-family: 'Noto Sans Hebrew';
  src: url('/wp-content/uploads/fonts/NotoSansHebrew-Regular.woff2') format('woff2'),
       url('/wp-content/uploads/fonts/NotoSansHebrew-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body, p, a, span, li,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans Hebrew', sans-serif;
}
