/* =====================================================================
   Wego-style typography (sa.wego.com) — Inter, bold across the site
   ===================================================================== */
:root{
  --wego-font:'Inter','Hind Siliguri','Noto Sans Bengali','SolaimanLipi','Kalpurush',
    system-ui,-apple-system,'Segoe UI',Roboto,Arial,'Apple Color Emoji','Segoe UI Emoji',sans-serif;
  --fg-font:var(--wego-font);
  --fg-sys-font:var(--wego-font);
}

html, body, button, input, select, textarea, optgroup,
h1,h2,h3,h4,h5,h6,p,a,span,li,td,th,label,legend,small,strong,b,div,section,header,footer,nav{
  font-family:var(--wego-font) !important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

body{ font-weight:600; letter-spacing:-.01em; line-height:1.55; }

h1,h2,h3,h4,h5,h6,
.logo,.brand-subtitle,legend,th,
.btn,.a-btn,button,.sw-tab,.modern-sw-tab,.tab,.nav a,.badge,.price,.fg-price{
  font-weight:800 !important;
  letter-spacing:-.02em;
}

h1{ font-weight:900 !important; line-height:1.18; }
h2,h3{ line-height:1.26; }
a{ font-weight:700; }
strong,b{ font-weight:800 !important; }
input,select,textarea{ font-weight:600; }
::placeholder{ font-weight:600; opacity:.75; }
