How can I easily change the typeface of remark titles in amsthm without having to define a completely new style using \newtheoremstyle.
More precisely, I have the following code:
\usepackage{amsthm}
\theoremstyle{remark} % in order to avoid content to be printed in italics
\newtheorem{remark}{Remark}
PS: I have to use amsthm because coauthors want to use it. So solutions involving different theorem packages will not be helpful.

