/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
    h1, h2, h3, h4, h5

  {
  font-family: "Epilogue", serif
  }

  body
  {
  font-family: "Epilogue", serif
  }

  p
  {
  font-family: "Epilogue", serif
  }

</style>