.comic-relief-regular {
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  
  .comic-relief-bold {
    font-family: "Comic Relief", system-ui;
    font-weight: 700;
    font-style: normal;
  }
  
  .main-title {
    font-size: 6rem;
  }

 .sub-title {
    font-size: 3rem;
 }

 .paragraph {
    font-size: 2rem;
 }

 .link {
    font-size: 4rem;
 }