/**
 * Thmanyah Sans Font Family
 *
 * خط ثمانية - الخط الرسمي
 * Source: thmanyah typeface (Sans family)
 *
 * @package Ay_Wadhefa
 */

@font-face {
    font-family: 'Thmanyah';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/thmanyah/thmanyahsans-Light.woff2') format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0020-007F, U+00A0-00FF;
}

@font-face {
    font-family: 'Thmanyah';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/thmanyah/thmanyahsans-Regular.woff2') format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0020-007F, U+00A0-00FF;
}

@font-face {
    font-family: 'Thmanyah';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/thmanyah/thmanyahsans-Medium.woff2') format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0020-007F, U+00A0-00FF;
}

@font-face {
    font-family: 'Thmanyah';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/thmanyah/thmanyahsans-Bold.woff2') format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0020-007F, U+00A0-00FF;
}

@font-face {
    font-family: 'Thmanyah';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('fonts/thmanyah/thmanyahsans-Black.woff2') format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0020-007F, U+00A0-00FF;
}

/* تطبيق الخط على كل الموقع */
body,
button,
input,
select,
optgroup,
textarea,
.site-title,
.entry-title,
h1, h2, h3, h4, h5, h6,
.menu-item,
.button,
.job-card-title,
.search-field,
.widget-title,
.page-title,
.section-title {
    font-family: 'Thmanyah', 'Tajawal', 'Cairo', 'Segoe UI', system-ui, -apple-system, sans-serif !important;
}

/* تخصيصات بصرية مع الخط الجديد */
body {
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
}

h1, h2, h3 {
    font-weight: 700;
    letter-spacing: -0.01em;
}

h4, h5, h6 {
    font-weight: 600;
}

.entry-title,
.single-job-title,
.page-title {
    font-weight: 700;
}

strong, b {
    font-weight: 700;
}
