/* ALMONI REGULAR */
@font-face {
  font-family: 'Almoni';
  src: url('Almoni/almoni-regular-aaa.eot');
  src: url('Almoni/almoni-regular-aaa.eot?#iefix') format('embedded-opentype'),
       url('Almoni/almoni-regular-aaa.woff2') format('woff2'),
       url('Almoni/almoni-regular-aaa.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ALMONI MEDIUM */
@font-face {
  font-family: 'Almoni';
  src: url('Almoni/almoni-medium-aaa.eot');
  src: url('Almoni/almoni-medium-aaa.eot?#iefix') format('embedded-opentype'),
       url('Almoni/almoni-medium-aaa.woff2') format('woff2'),
       url('Almoni/almoni-medium-aaa.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ALMONI BOLD */
@font-face {
  font-family: 'Almoni';
  src: url('Almoni/almoni-bold-aaa.eot');
  src: url('Almoni/almoni-bold-aaa.eot?#iefix') format('embedded-opentype'),
       url('Almoni/almoni-bold-aaa.woff2') format('woff2'),
       url('Almoni/almoni-bold-aaa.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* HADASSAH FRIEDLAENDER - לכותרות */
@font-face {
  font-family: 'Hadassah Friedlaender';
  src: url('Hadassah/HadassahFriedlaender-Regular.woff2') format('woff2'),
       url('Hadassah/HadassahFriedlaender-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Headings - Hadassah Friedlaender */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.wp-block-heading {
  font-family: 'Hadassah Friedlaender', serif;
  font-weight: normal;
}

/* Paragraphs and non-CTA divs - Almoni */
body, p, li, div:not(.cta):not(.cta-text) {
  font-family: 'Almoni', sans-serif;
  font-weight: 400;
}

/* All buttons and CTA text */
button,
input[type="submit"],
a.button,
.wp-block-button__link,
.elementor-button,
.cta,
.cta-text {
  font-family: 'Almoni', sans-serif;
  font-weight: 700;
}

/* Medium weight utility class */
.medium-text {
  font-family: 'Almoni', sans-serif;
  font-weight: 500;
}