/* =====================================================
   Wain Nakul Official Font System
   Cairo — Local Self Hosted
   ===================================================== */

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/wain-nakul/cairo/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-W1Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/wain-nakul/cairo/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hNI-W1Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/wain-nakul/cairo/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hD45W1Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/wain-nakul/cairo/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hAc5W1Q.ttf) format('truetype');
}

:root {
    --wn-font-family: 'Cairo', Arial, sans-serif;
}

/* WN_OFFICIAL_GLOBAL_FONT
   Official typography for the entire Wain Nakul system.
*/
html,
body,
body *,
button,
input,
textarea,
select,
option {
    font-family: var(--wn-font-family) !important;
}
