      /* Typography */
      body, h1, h2, h3, h4, h5, h6, p, a {
          font-family: 'Prompt', sans-serif !important;
      }
            body {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-style: normal;
          color: #333333;
      }

      h1, h2, h3, h4, h5, h6,
      h1.h1, h2.h2, h3.h3, h4.h4, h5.h5, h6.h6,
      .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: "Montserrat", sans-serif !important;
        font-weight: 700;
        color: #333;
        margin-top: 0;
        margin-bottom: 15px;
        text-transform: uppercase;
      }

      b, strong, .strong {
        font-weight: 600;
      }

      p {
        font-weight: 400;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        color: #777;
        margin-top: 0;
        margin-bottom: 1rem;
      }