/* Centralized Font Controller - Keyword Rank Platform */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

html, body, input, textarea, button, select, option, span, div, p, a, h1, h2, h3, h4, h5, h6, label, td, th {
  font-family: 'Outfit', 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Ensure full baseline clearance for Arabic font descenders (e.g. ي, ى, ج, ع) */
span, a, button span, label {
  line-height: 1.4;
}
