/* Studio font families — applied to rich.html and enterprise.html only */

/* Zalando Sans SemiExpanded: titles, headings, UI buttons, navigation */
.cludo-search-results-item__title,
.cludo-search-results__top-hits-title,
.cludo-search-results__top-hits-view-more,
.cludo-facet__header,
.cludo-facet__dropdown-header span,
#cludo-load-more button,
.cludo-page-navigation li,
.cludo-page-navigation button,
.cludo-ai-mode-toggle,
.cludo-banner h2,
.cludo-banner h3,
.cludo-banner h4,
.cludo-banner h5,
.cludo-banner h6 {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

/* Poppins: body/description text */
.cludo-search-results-item__description,
.cludo-banner p {
  font-family: "Poppins", sans-serif;
}
