/* ============================================ */
/* ARABIC/ENGLISH MULTI-TENANT FONT LIBRARY    */
/* Optimized for e-commerce applications       */
/* PERFORMANCE: Only essential weights loaded  */
/* ============================================ */

/*
 * SINGLE OPTIMIZED IMPORT - All fonts combined
 * Only loads 300, 400, 600, 700 weights (most used)
 * Uses display=swap for better performance
 */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;600;700&family=Cairo:wght@300;400;600;700&family=Almarai:wght@300;400;700&family=IBM+Plex+Sans+Arabic:wght@300;400;600;700&family=Amiri:wght@400;700&family=Lateef:wght@400;600;700&family=Inter:wght@300;400;600;700&family=Poppins:wght@300;400;600;700&family=Roboto:wght@300;400;700&family=Noto+Sans:wght@300;400;600;700&family=Noto+Sans+Arabic:wght@300;400;600;700&display=swap');

@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

/* Apply the Tajawal font to the body and other elements */
body {
  font-family: 'Tajawal', sans-serif;
}

/* Apply the Tajawal font to specific elements if needed */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-family: 'Tajawal', sans-serif;
}
