/* @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=Inter:wght@100;400;500;600;700;800;900&display=swap');
</style>

h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
}

p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}