/* =========================================================
   ESTDIO TECH – Typography (RISE CRM)
   RTL + LTR Safe – Visual Enhancements Only
   ========================================================= */

/* Load Cairo */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap');

/* ---------------------------------------------------------
   GLOBAL FONT FORCE (NEUTRAL)
--------------------------------------------------------- */
html,
body,
.app-body,
.page-content,
#page-content,
.wrapper,
.main-content,
.navbar,
.sidebar,
.table,
.form-control,
button,
input,
select,
textarea {
  font-family: "Cairo", system-ui, -apple-system, "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.15px;
}