/**
 * Thmanyah Sans — خط واجهة الموقع واللوحة (WOFF2 فقط).
 * المسارات نسبية من assets/css/ — متوافقة مع النشر تحت /3/
 */

@font-face {
  font-family: "Thmanyah Sans";
  src: url("../fonts/thmanyah/thmanyahsans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Sans";
  src: url("../fonts/thmanyah/thmanyahsans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Sans";
  src: url("../fonts/thmanyah/thmanyahsans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Sans";
  src: url("../fonts/thmanyah/thmanyahsans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah Sans";
  src: url("../fonts/thmanyah/thmanyahsans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-ui: "Thmanyah Sans", "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
html[data-admin-shell="v3"],
html[data-admin-shell="v3"] body,
html[data-admin-shell="v3"] button,
html[data-admin-shell="v3"] input,
html[data-admin-shell="v3"] select,
html[data-admin-shell="v3"] textarea,
html[data-admin-shell="v3"] optgroup {
  font-family: var(--font-ui);
}

code,
pre,
kbd,
samp,
.mono,
.font-mono {
  font-family: ui-monospace, "SF Mono", "Courier New", monospace;
}
