/* Map Radzen typography and components to our tokens */
:root {
  --rz-text-font-family: var(--dp-font-family);
}

/* Encourage Radzen components to use our token - minimal specificity */
.rz-text, .rz-typography, body, html {
  font-family: var(--dp-font-family) !important;
}

/* Explicit small-size fixes: ensure captions and small text use token-based sizing */
.rz-caption, .caption, .small-text {
  font-family: var(--dp-font-family) !important;
}
