/* INTER-SELFHOST-V1 — Google Fonts'ga bog'liqlik yo'q (Windows dispetcherlar uchun) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/InterVariable.woff2') format('woff2');
}
html {
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-feature-settings: 'cv11', 'ss01';
}

/* WIN-TYPO-V1 — Windowsda shrift ingichka chiziladi, biroz to'ldiramiz */
html.is-win body { font-weight: 430; }
html.is-win .nav-item,
html.is-win label,
html.is-win .btn,
html.is-win th { font-weight: 620; }
html.is-win { -webkit-font-smoothing: auto; }
