@font-face {
        font-family: "National2-Regular";
        src: url("https://www.which.co.uk/global/fonts/national-2/national-2-regular/national-2-regular.woff2") format("woff2");
        unicode-range: U+000-5FF; // Latin glyphs
        font-weight: 400;
        font-style: normal;
        font-display: swap; // Avoid FOIT
      }

      @font-face {
        font-family: "National2-Medium";
        src: url("https://www.which.co.uk/global/fonts/national-2/national-2-regular/national-2-regular.woff2") format("woff2");
        unicode-range: U+000-5FF; // Latin glyphs
        font-weight: 600;
        font-style: normal;
        font-display: swap; // Avoid FOIT
      }

      @font-face {
        font-family: "National2-Bold";
        src: url("https://www.which.co.uk/global/fonts/national-2/national-2-bold/national-2-bold.woff2") format("woff2");
        unicode-range: U+000-5FF; // Latin glyphs
        font-weight: 700;
        font-style: normal;
        font-display: swap; // Avoid FOIT
      }

     @media only screen and (max-width: 600px) {
        .centered-elements {
          padding: 10px;
        }

        p {
          font-size: 19px;
          line-height: 25px;
        }

        h1 {
          font-size: 30px;
          line-height: 30px;
        }

        h2 {
          font-size: 16px;
          line-height: 16px;
          margin-bottom: 30px;
          margin-top: -10px;
        }
      }
        