/* ========================================
   Zain Local Font - Performance Optimized
   ======================================== */

@font-face {
  font-family: 'Zain';
  src: url('../../fonts/zain/Zain-Regular.woff2') format('woff2'),
       url('../../fonts/zain/Zain-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zain';
  src: url('../../fonts/zain/Zain-Bold.woff2') format('woff2'),
       url('../../fonts/zain/Zain-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zain';
  src: url('../../fonts/zain/Zain-ExtraBold.woff2') format('woff2'),
       url('../../fonts/zain/Zain-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Base Typography (optional quick apply) */
html, 
body, 
button, 
input, 
select, 
textarea, 
.ast-button, 
.ast-custom-button {
  font-family: 'Zain',  sans-serif !important;
}
