/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*
 * Open Sans Hebrew + Open Sans Hebrew Condensed — self-hosted
 * Replaces the dead Google "earlyaccess" stylesheets.
 *
 * SETUP:
 * 1. Upload these 5 files to: /wp-content/uploads/fonts/
 *      opensanshebrew-light.woff2
 *      opensanshebrew-regular.woff2
 *      opensanshebrew-bold.woff2
 *      OpenSansHebrewCondensed-Regular.otf
 *      OpenSansHebrewCondensed-Bold.otf
 * 2. Add this CSS via Elementor > Site Settings > Custom CSS (or child theme style.css).
 * 3. Delete BOTH earlyaccess <link> tags from your theme
 *    (search your theme files for the string:  earlyaccess ).
 *
 * NOTE: font paths are case-sensitive on most servers — they match the filenames above exactly.
 */

/* ---------- Open Sans Hebrew ---------- */
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/wp-content/uploads/fonts/opensanshebrew-light.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/uploads/fonts/opensanshebrew-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/uploads/fonts/opensanshebrew-bold.woff2') format('woff2');
}

/* ---------- Open Sans Hebrew Condensed ---------- */
@font-face {
  font-family: 'Open Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/uploads/fonts/OpenSansHebrewCondensed-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Open Sans Hebrew Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/uploads/fonts/OpenSansHebrewCondensed-Bold.otf') format('opentype');
}