h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  h3 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

    h4 {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 200;
        font-style: normal;
    }

    p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

