/* ================================================
   خط سلمى - الخطوط المحلية
   Salma Font - Local Fonts Definition
   ================================================ */

/* وزن خفيف - Light (300) */
@font-face {
  font-family: "Salma";
  src: url("/fonts/خط سلمى عربي لايت.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Salma";
  src: url("/fonts/خط سلمى عربي لايت.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* وزن عادي - Regular (400) */
@font-face {
  font-family: "Salma";
  src:
    url("/fonts/خط سلمى.ttf") format("truetype"),
    url("/fonts/خط سلمى.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Salma";
  src:
    url("/fonts/خط سلمى.ttf") format("truetype"),
    url("/fonts/خط سلمى.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* وزن سميك - Bold (700) */
@font-face {
  font-family: "Salma";
  src: url("/fonts/خط سلمى بولد «مدفوع».otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Salma";
  src: url("/fonts/خط سلمى بولد «مدفوع».otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Salma";
  src: url("/fonts/خط سلمى بولد «مدفوع».otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* وزن أسود - Black (900) */
@font-face {
  font-family: "Salma";
  src: url("/fonts/خط سلمى بلاك «مدفوع».otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
