/*
 * Public content and marketing typography adapter.
 * It intentionally does not inherit dashboard control or card density.
 */

.ui-marketing-page {
  font-family: var(--ui-font-marketing);
}

.ui-marketing-page :where(button, input, select, textarea) {
  font-family: inherit;
}

.ui-marketing-page .ui-app {
  font-family: var(--ui-font-product);
}
