/* Alnawaim Blank v2.0 — self-hosted fonts: Latin (Inter) + Arabic UI (GE SS Two). */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("inter-400.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("inter-500.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("inter-600.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("inter-700.ttf") format("truetype");
}

/*
 * GE SS Two (Arabic): place these files in this folder, exact names:
 *   ArbFONTS-GE_SS_Two_Light.otf
 *   ArbFONTS-GE_SS_Two_Medium.otf
 *   ArbFONTS-GE_SS_Two_Bold.otf
 * Medium is used for CSS weights 400–600 when no separate files exist.
 */
@font-face {
  font-family: "GE SS Two";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("ArbFONTS-GE_SS_Two_Light.otf") format("opentype");
}

@font-face {
  font-family: "GE SS Two";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("ArbFONTS-GE_SS_Two_Medium.otf") format("opentype");
}

@font-face {
  font-family: "GE SS Two";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("ArbFONTS-GE_SS_Two_Medium.otf") format("opentype");
}

@font-face {
  font-family: "GE SS Two";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("ArbFONTS-GE_SS_Two_Medium.otf") format("opentype");
}

@font-face {
  font-family: "GE SS Two";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("ArbFONTS-GE_SS_Two_Bold.otf") format("opentype");
}
