/*
 Theme Name: TwentyTwentyFive Child
 Template: twentytwentyfive
*/

/* -------------------------------
   Qatar2022 — Font Faces (All Weights)
-------------------------------- */
@font-face {
    font-family: 'Qatar2022';
    src: url('fonts/Qatar2022Arabic-Thin.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Qatar2022';
    src: url('fonts/Qatar2022Arabic-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Qatar2022';
    src: url('fonts/Qatar2022Arabic-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Qatar2022';
    src: url('fonts/Qatar2022Arabic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* -------------------------------
   Force Entire Site to Use Qatar2022
---------------------------------- */

/* أعلى مستوى — يجبر كل شيء يرث الخط */
html, body, * {
    font-family: 'Qatar2022', sans-serif !important;
}

/* لضمان أن Elementor ما يتفلسف علينا */
.elementor,
.elementor *,
.elementor-widget,
.elementor-widget * {
    font-family: 'Qatar2022', sans-serif !important;
}

/* الأيقونات + القوائم + العناصر العنيدة */
.elementor-icon-list-text,
.elementor-icon-list-item,
.elementor-icon-list-item span,
.elementor-nav-menu,
.elementor-nav-menu * {
    font-family: 'Qatar2022', sans-serif !important;
}

/* العناوين */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
    font-family: 'Qatar2022', sans-serif !important;
}
