/* ===========================
   LOCAL FONTS - Torah Theme
   
   הכניסי את קבצי הפונטים לתיקיה:
   /assets/fonts/
=========================== */
/* --- Mikhmoret - כותרות --- */
@font-face {
    font-family: 'Mikhmoret';
    src: url('../fonts/mikhmoret-regular-aaa.woff2') format('woff2'),
         url('../fonts/mikhmoret-regular-aaa.woff')  format('woff'),
         url('../fonts/mikhmoret-regular-aaa.eot')   format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mikhmoret';
    src: url('../fonts/mikhmoret-bold-aaa.woff2') format('woff2'),
         url('../fonts/mikhmoret-bold-aaa.woff')  format('woff'),
         url('../fonts/mikhmoret-bold-aaa.eot')   format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* --- TalentFS - טקסט רץ --- */
@font-face {
    font-family: 'Talent';
    src: url('../fonts/TalentFS-Regular.woff2') format('woff2'),
         url('../fonts/TalentFS-Regular.woff')  format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* --- TalentFS - טקסט רץ --- */
@font-face {
    font-family: 'Talent';
    src: url('../fonts/TalentFS-Demibold.woff2') format('woff2'),
         url('../fonts/TalentFS-Demibold.woff')  format('woff');
    font-weight: 700; /* משמש לכל המשקלים */
    font-style: bold;
    font-display: swap;
}
