@font-face {
    src: url("./URWGeometricArabic-Bold.ttf");
    font-weight: bold;
    font-family:URWGeometricArabic;
    font-display: swap;
}

@font-face {
    src: url("./URWGeometricArabic-SemiBold.ttf");
    font-weight: 600;
    font-family:URWGeometricArabic;
    font-display: swap;
}


@font-face {
    src: url("./URWGeometricArabic-Medium.ttf");
    font-weight: 500;
    font-family:URWGeometricArabic;
    font-display: swap;
}


@font-face {
    src: url("./URWGeometricArabic-Regular.ttf");
    font-weight: 400;
    font-family:URWGeometricArabic;
    font-display: swap;
}


@font-face {
    src: url("./URWGeometricArabic-ExtraLight.ttf");
    font-weight: 200;
    font-family:URWGeometricArabic;
    font-display: swap;
}


@font-face {
    font-family: 'DGShamael';
    font-weight: bold;
    font-style: normal;
    src: url('./DGShamael-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DGShamael';
    font-weight: normal;
    font-style: normal;
    src: url('./DGShamael-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Shubbak';
  src: url('./Shubbak-Regular.woff2') format('woff2'),
       url('./Shubbak-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Shubbak';
  src: url('./Shubbak-Bold.woff2') format('woff2'),
       url('./Shubbak-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}