/* Amiri Regular */
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/Amiri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Amiri Bold */
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/Amiri-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Amiri Italic */
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/Amiri-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Amiri Bold Italic */
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/Amiri-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Rakkass */
@font-face {
    font-family: 'Rakkas';
    src: url('../fonts/Rakkas-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Scheherazade */
@font-face {
    font-family: 'Scheherazade';
    src: url('../fonts/Scheherazade-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



