:root{
  --type-display:'Barlow Condensed','Arial Narrow',sans-serif;
  --type-body:'Manrope',system-ui,sans-serif;
  --type-data:'Space Mono',ui-monospace,monospace;
}

html{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body{font-family:var(--type-body)}

h1,h2,h3{
  text-wrap:balance;
}

.page-title{
  color:#f1f4eb!important;
  font-family:var(--type-display)!important;
  font-style:normal!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
  text-transform:uppercase;
}

.page-title *{
  color:inherit!important;
  font-style:inherit!important;
}

p{max-width:72ch;text-wrap:pretty}

::selection{
  background:rgba(170,243,156,.28);
  color:#f7fff4;
}

@media(max-width:760px){
  .tokenomics-stats > *{
    min-width:0;
    padding-left:18px!important;
    padding-right:18px!important;
  }
}
