Design Tokens

the app's design system

.card {
  padding: var(--space);
  border-radius: var(--radius);
}