/**
 * Nykysuomi archive-search typography compatibility.
 *
 * The parent search component currently hardcodes Sanomat and Roboto. Every
 * text surface below instead inherits the font selected for body/html in Theme
 * Options. Remove this file after the generic parent fix is deployed.
 */
.aeon-archive-search,
.aeon-search-title,
.aeon-search-description,
.aeon-search-primary-field input,
.aeon-search-filter-toggle,
.aeon-search-filters h2,
.aeon-search-field label,
.aeon-search-field input,
.aeon-search-field select,
.aeon-search-presets button,
.aeon-search-submit,
.aeon-search-clear,
.aeon-search-results-header h2,
.aeon-search-results-header p,
.aeon-search-clear-all,
.aeon-search-chip,
.aeon-search-result-category,
.aeon-search-result-title,
.aeon-search-result-title a,
.aeon-search-result-body p,
.aeon-search-result-meta,
.aeon-search-pagination .page-numbers,
.aeon-search-empty h3,
.aeon-search-empty p {
    font-family: inherit;
}
