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

:root{
  --font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,body,
button,
input,
textarea,
select{
  font-family: var(--font-main) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.brand,
h1,h2,h3,h4,
.btn,
.nav a,
.rank,
.logo,
.pill{
  font-family: var(--font-main) !important;
  letter-spacing: -0.02em;
}

h1{font-weight:900!important}
h2,h3{font-weight:800!important}

body{
  font-feature-settings:"cv11","ss01";
}
