/* Token-name hierarchy: compact proportional Axiom-style name + quiet ticker. */
html body article.token-card .token-name,
html body article.token-card .token-title,
html body article.token-card .token-name strong,
html body article.token-card .token-title strong,
html body article.token-card .token-name-copy,
html body article.token-card .token-name-copy > span {
  font-family: var(--twk-everett-page) !important;
  font-weight: 700 !important;
  font-synthesis: none !important;
  letter-spacing: -0.025em !important;
  text-shadow: none !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html body article.token-card .token-symbol,
html body article.token-card .token-ticker,
html body article.token-card .token-code {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
