/* 1. تعريف خط ثمانية (الأوزان العادية والسميكة) */
@font-face {
    font-family: 'Thmanyah Sans';
    src: url('https://uc.元.com/uc?export=download&id=1NpSogVKx8EBe5Es26i_UPsQAjToHCxnp') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thmanyah Sans';
    src: url('https://uc.元.com/uc?export=download&id=14O3KXpJ22UTqIAFDqEKbySFW9EBOZ3UO') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* 2. تطبيق الخط على كافة عناصر متجر زد لضمان التناسق */
:root {
    --main-font: 'Thmanyah Sans', sans-serif !important;
}

body, html, p, span, a, h1, h2, h3, h4, h5, h6, button, input, textarea, .zid-store-header, .product-card-title {
    font-family: 'Thmanyah Sans', sans-serif !important;
}

/* 3. تحسين ظهور الخط على الشاشات المختلفة */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}