@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap');


h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p   {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
