@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&display=swap');
.im-fell-english-regular {
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .im-fell-english-regular-italic {
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS';
    src: url('arabic-font.woff2') format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF; /* نطاق الحروف العربية */
  }
  
  @font-face {
    font-family: "IM Fell English", serif;
    src: url('english-font.woff2') format('woff2');
    unicode-range: U+0000-007F; /* نطاق الحروف اللاتينية */
  }
  
  body{
      font-family: "IM Fell English", 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }