/* Shared Debugshala typography + image safety */
:root {
  --ds-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

html,
body {
  font-family: var(--ds-font) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  color: #1d2c43;
}

h1, h2, h3, h4, h5, h6,
p, a, li, button, input, select, textarea, label, td, th,
.nav-link, .login-btn, .has-submenu, .submenu-toggle,
.title, .description, .section-title, .modern-footer,
.rbt-header, .rbt-breadcrumb-default, .rbt-card, .rbt-btn {
  font-family: var(--ds-font) !important;
}

.modern-footer,
.modern-footer p,
.modern-footer a,
.modern-footer span,
.modern-footer li,
.modern-footer .contact-item,
.modern-footer .footer-links {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7;
}

.modern-footer h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4;
}

img,
picture,
video {
  max-width: 100%;
}

img[data-ds-broken="1"] {
  object-fit: contain;
  background: #f8fafc;
}
