@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1, "liga" 1 !important;
}

body {
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

h1, h2, h3, h4 {
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

p, span, div, a, li, td, label, input, button, select {
  font-weight: 500 !important;
}

[class*="balance"],
[class*="amount"],
[class*="price"],
[class*="total"] {
  font-weight: 700 !important;
  font-variant-numeric: tabular-nums !important;
  letter-spacing: -0.01em !important;
}
