@font-face {
    font-family: 'SST-Bold';
    src: url('./SSTArabic-Bold.ttf') format('truetype');
    font-weight: bold;
  }
  
  @font-face {
    font-family: 'SST-Light';
    src: url('./SSTArabic-Light.ttf') format('truetype');
    font-weight: lighter;
  }
  
  @font-face {
    font-family: 'SST-Medium';
    src: url('./SSTArabic-Medium.ttf') format('truetype');
    font-weight: normal;
  }
  
  @font-face {
    font-family: 'SST-Roman';
    src: url('./SSTArabic-Roman.ttf') format('truetype');
    font-weight: normal;
  }
  
  @font-face {
    font-family: 'SF-Arabic';
    src: url('./SFArabic/SF-Arabic.ttf') format('truetype');
    font-weight: bold;
  }

  @font-face {
    font-family: 'SF-Arabic-Rounded';
    src: url('./SFArabic/SF-Arabic-Rounded.ttf') format('truetype');
    font-weight: normal;
  }