/* Trippify — local fonts (self-hosted, OFL-licensed). Replaces Google Fonts CDN. */

/* Sora — display (variable wght) */
@font-face{
  font-family:'Sora';
  src:url('../fonts/sora-var.woff2') format('woff2');
  font-weight:400 800;font-style:normal;font-display:swap;
}
/* Inter — body (variable wght) */
@font-face{
  font-family:'Inter';
  src:url('../fonts/inter-var.woff2') format('woff2');
  font-weight:400 600;font-style:normal;font-display:swap;
}
/* JetBrains Mono — technical labels (variable wght) */
@font-face{
  font-family:'JetBrains Mono';
  src:url('../fonts/jetbrainsmono-var.woff2') format('woff2');
  font-weight:400 600;font-style:normal;font-display:swap;
}
/* Tajawal — Arabic (static weights) */
@font-face{font-family:'Tajawal';src:url('../fonts/tajawal-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Tajawal';src:url('../fonts/tajawal-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Tajawal';src:url('../fonts/tajawal-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:'Tajawal';src:url('../fonts/tajawal-800.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap;}
