@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
  
body {
    font-family: 'Poppins', sans-serif;
       font-weight: 300;
       background-color: gray;
}
  
h1, h2, h3, h4, h5 {
       font-family: 'Poppins', sans-serif;
       font-weight: 700;
}