/**
 * Effra — local .otf files under ../fonts/effra/ (lowercase path for consistent URLs on Linux).
 * CC: Latin / general UI; Arbc: Arabic script (unicode-range).
 */
/* Latin & shared punctuation (Effra CC) */
@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0020-007F, U+00A0-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F, U+20AC;
  src: url("../fonts/effra/fonnts.com-Effra_CC_Regular.otf") format("opentype");
}

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0020-007F, U+00A0-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F, U+20AC;
  src: url("../fonts/effra/fonnts.com-Effra_CC_Medium.otf") format("opentype");
}

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0020-007F, U+00A0-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F, U+20AC;
  src: url("../fonts/effra/fonnts.com-Effra_CC_SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0020-007F, U+00A0-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F, U+20AC;
  src: url("../fonts/effra/fonnts.com-Effra_CC_Bold.otf") format("opentype");
}


@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
  src: url("../fonts/effra/fonnts.com-Effra_Arbc_Regular.otf") format("opentype");
}

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
  src: url("../fonts/effra/fonnts.com-Effra_Arbc_Medium.otf") format("opentype");
}

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
  src: url("../fonts/effra/fonnts.com-Effra_CC_Arbc_SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
  src: url("../fonts/effra/fonnts.com-Effra_Arbc_Bold.otf") format("opentype");
}
