
    .jade-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #1f2933;
      background: #f8f6f1;
      line-height: 1.65;
    }
    .jade-page * {
      box-sizing: border-box;
    }
    .jade-page a {
      color: #166534;
      text-decoration: none;
    }
    .jade-page a:hover {
      text-decoration: underline;
    }
    .jade-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .jade-page h1,
    .jade-page h2,
    .jade-page h3 {
      color: #17212b;
      line-height: 1.2;
      margin-top: 0;
    }
    .jade-page p {
      margin: 0;
    }
    .jade-page p,
    .jade-page li,
    .jade-page td,
    .jade-page th,
    .jade-page a {
      font-size: 16px;
    }
    .jade-page .eyebrow-text {
      font-size: 14px;
    }
    .keyword-link {
      display: inline;
      color: #166534 !important;
      font-weight: 700;
      border-bottom: 2px solid #bbf7d0;
    }
    @media (max-width: 640px) {
      .jade-page h1 {
        font-size: 34px;
      }
    }
  