@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');

body {
  background-color: green;
  color: black;
}
h1, p {
   font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}