Use the following code to change the paragraph text font for the Elementor text widgets:
.elementor-widget-text-editor p{
font-family: "IBM Plex Serif","Roboto"!important;
}
Or
this one to change the paragraph font sitewide:
p{
font-family: "IBM Plex Serif","Roboto"!important;
}