/* ════════════════════════════════════════════════════
   SEHATTI WELLNESS 360 — SELF-HOSTED FONTS
   DM Sans (variable, English/Latin) + Tajawal (Arabic)
   Licensed under SIL Open Font License 1.1
   See /assets/fonts/OFL-DMSans.txt and OFL-Tajawal.txt
════════════════════════════════════════════════════ */

/* DM Sans — variable font, weights 100–1000 */
@font-face {
  font-family: 'DM Sans';
  src: url('../assets/fonts/DMSans-Variable.woff2') format('woff2-variations'),
       url('../assets/fonts/DMSans-Variable.woff2') format('woff2');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../assets/fonts/DMSans-Italic-Variable.woff2') format('woff2-variations'),
       url('../assets/fonts/DMSans-Italic-Variable.woff2') format('woff2');
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}

/* Tajawal — static weights for Arabic */
@font-face {
  font-family: 'Tajawal';
  src: url('../assets/fonts/Tajawal-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Tajawal';
  src: url('../assets/fonts/Tajawal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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