/* =====================================
   English Fonts (Open Sans Variable)
   ===================================== */

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts-en/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900; /* כל המשקלים */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts-en/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* =====================================
   Default typography for English site
   ===================================== */
html[lang="en"] body {
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  direction: ltr;
  text-align: left;
}

/* Headings */
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4 {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #b4282f; /* צבע הכותרות המקורי */
}

/* Paragraphs */
html[lang="en"] p {
  font-weight: 400;
  margin-bottom: 1em;
}
