/* Force Cairo font safely across the static export */
500;600;700;800;900&display=swap');
:root { --site-font: 'Cairo', Arial, Tahoma, sans-serif; }
html, body, button, input, textarea, select,
a, span, p, div, section, article, nav, header, footer,
h1, h2, h3, h4, h5, h6, li, label, small, strong {
  font-family: var(--site-font) !important;
}
body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
