/* latin */
@font-face {
    font-family: 'textfont';
    font-style: normal;
    font-weight: normal;
    src: url(../../config/fonts/textfont.ttf) format('opentype'),url(../../config/fonts/textfont.woff2) format('woff2');
    font-display: swap;
  }

  @font-face {
    font-family: 'textfont';
    font-style: normal;
    font-weight:bold;
    src: url(../../config/fonts/textfont-bold.ttf) format('opentype'),url(../../config/fonts/textfont-bold.woff2) format('woff2');
    font-display: swap;
  }
  
    @font-face {
    font-family: 'titlefont';
    font-style: normal;
    src: url(../../config/fonts/titlefont.ttf) format('opentype'),url(../../config/fonts/titlefont.woff2) format('woff2');
    font-display: swap;
  }
  
  
  /* arabic */
@font-face {
    font-family: 'arabicfont';
    font-style: normal;
    font-weight: normal;
    src: url(../../config/fonts/arabicfont.ttf) format('opentype');
    font-display: swap;
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
  }

  @font-face {
    font-family: 'arabicfont';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url(../../config/fonts/arabicfont-bold.ttf) format('opentype');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
  }

  @font-face {
    font-family: 'titlefont';
    font-style: normal;
    font-display: swap;
    src: url(../../config/fonts/arabicfont-bold.ttf) format('opentype');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
  }
  
  
  body {
	font-family: 'textfont', 'arabicfont', sans-serif;
}

