<style> @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap'); </style>

h1 {
  text-align: left;
  font-family: 'Inter', sans-serif;
}

p {
  font-family: 'Inter', sans-serif;
}
/* @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    */
/*****************************************/