How can i change the font of my search results/pages name

How you can see, i would like to have the search results in the same font of the website but i cant change it. Can you help me?

Thanks in advance to anyone that will help me

What the font do you want change to? and can you share the store’ url here?

To the default one of the dawn theme. the url is: www.easeastore.com

If you are using Dawn theme, you can go to theme setting then change setting here:

If you just want to change on predictive search only you can follow this:
add code bellow into base.css file

.predictive-search__results-list .predictive-search__item-heading{
  font-family: //the font you want to add
}