/*
 Theme Name:   Storefront Child
 Theme URI:    https://dafamasry.com/
 Description:  Child Theme for Storefront
 Author:       Your Name
 Author URI:   https://dafamasry.com/
 Template:     storefront
 Version:      1.0.0
*/

/* =============== تحميل خط Markazi Text =============== */
@font-face {
  font-family: 'MarkaziText';
  src: url('fonts/MarkaziText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MarkaziText';
  src: url('fonts/MarkaziText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MarkaziText';
  src: url('fonts/MarkaziText-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'MarkaziText';
  src: url('fonts/MarkaziText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* =============== تطبيق الخط على كل الموقع =============== */
body, 
button, 
input, 
select, 
textarea {
  font-family: 'MarkaziText', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
}

/* =============== تحسين الشكل الافتراضي شوية =============== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'MarkaziText', Arial, sans-serif !important;
  font-weight: 700;
  margin-bottom: 0.6em;
}

p {
  margin-bottom: 1em;
}
