        @font-face {
            font-family: National Book;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/National-Book-058f5a5d.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/ttf/National-Book-152e35c0.ttf) format("ttf"),url(/wp-content/themes/hewison/dist/assets/otf/National-Book-6c2dd83e.otf) format("otf");
            font-weight: 400;
            font-style: normal;
            font-display: swap
        }

        @font-face {
            font-family: National Book;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/National-Book-058f5a5d.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/ttf/National-Book-152e35c0.ttf) format("ttf"),url(/wp-content/themes/hewison/dist/assets/otf/National-Book-6c2dd83e.otf) format("otf");
            font-weight: 500;
            font-style: normal;
            font-display: swap
        }

        @font-face {
            font-family: National Book;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/National-Book-058f5a5d.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/ttf/National-Book-152e35c0.ttf) format("ttf"),url(/wp-content/themes/hewison/dist/assets/otf/National-Book-6c2dd83e.otf) format("otf");
            font-weight: 600;
            font-style: normal;
            font-display: swap
        }

        @font-face {
            font-family: National Book;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/National-Book-Italic-925e5106.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/ttf/National-Book-Italic-79021f7b.ttf) format("ttf"),url(/wp-content/themes/hewison/dist/assets/otf/National-Book-Italic-e8b4201f.otf) format("otf");
            font-weight: 400;
            font-style: italic;
            font-display: swap
        }

        @font-face {
            font-family: National Book;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/National-Book-Italic-925e5106.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/ttf/National-Book-Italic-79021f7b.ttf) format("ttf"),url(/wp-content/themes/hewison/dist/assets/otf/National-Book-Italic-e8b4201f.otf) format("otf");
            font-weight: 500;
            font-style: italic;
            font-display: swap
        }

        @font-face {
            font-family: National Book;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/National-Book-Italic-925e5106.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/ttf/National-Book-Italic-79021f7b.ttf) format("ttf"),url(/wp-content/themes/hewison/dist/assets/otf/National-Book-Italic-e8b4201f.otf) format("otf");
            font-weight: 600;
            font-style: italic;
            font-display: swap
        }

        @font-face {
            font-family: National;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/National-Regular-2b799e9f.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/woff/National-Regular-27a50726.woff) format("woff");
            font-weight: 400;
            font-style: normal;
            font-display: swap
        }

        @font-face {
            font-family: National;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/National-Medium-d6ef3e65.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/woff/National-Medium-704e4b0b.woff) format("woff");
            font-weight: 500;
            font-style: normal;
            font-display: swap
        }

        @font-face {
            font-family: National;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/National-Semibold-c6b14037.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/woff/National-Semibold-757cbb6d.woff) format("woff");
            font-weight: 600;
            font-style: normal;
            font-display: swap
        }

        @font-face {
            font-family: Tiempos Headline;
            src: url(/wp-content/themes/hewison/dist/assets/woff2/TiemposHeadline-Light-3f8a7728.woff2) format("woff2"),url(/wp-content/themes/hewison/dist/assets/woff/TiemposHeadline-Light-70e49010.woff) format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap
        }

        body {
          font-family: 'National Book', 'Inter', Arial, sans-serif;
          margin: 0; padding: 0;
          background: #163353;
          color: #222;
          min-height: 100vh;
        }
        .hewison-header {
          margin: 0 auto 5px auto;
          background: transparent;
          padding: 20px 0 15px 0;
          display: flex;
          justify-content: center;
        }
        .hewison-header img {
          width: 176px;
          max-width: 55vw;
          height: auto;
          display: block;
        }
        .vcardbox {
          background: #e6e1d8;
          margin: 0 auto 0px auto;
          padding: 48px 32px 36px 32px;
          max-width: 432px;
          border-radius: 0px;
          box-shadow: 0 2px 8px rgba(20,38,60,0.10);
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .profile-photo {
            width: 250px;
            height: 250px;
            border-radius: 50%;
            object-fit: cover;
            object-position: center center;
            margin-bottom: 18px;
            margin-top: 4px;
            box-shadow: 0 3px 16px 0 rgba(22,51,83,0.13);
            background: #d7dde6;
            display: block;
        }
        .btn-hewison {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          background: #163353;
          color: #fff;
          padding: 20px 0;
          border-radius: 999px;
          font-size: 1.14em;
          font-family: 'National Book', 'Inter', Arial, sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 2.3px;
          text-align: center;
          border: none;
          text-decoration: none;
          margin-bottom: 32px;
          margin-top: 6px;
          box-shadow: 0 2px 6px rgba(20,38,60,0.04);
          transition: background 0.18s;
        }
        .btn-hewison .icon {
          font-size: 1em;
          margin-right: 0.65em;
          opacity: 0.65;
        }
        .btn-hewison:active, .btn-hewison:hover {
          background: #1B4475;
        }
        .vcardbox h2 {
          margin: 0.16em 0 0 0;
          font-family: 'Tiempos Headline', Georgia, serif;
          font-weight: 700;
          font-size: 2.15em;
          letter-spacing: -.01em;
          color: #163353;
          text-align: center;
        }
        .job-title {
          color: #6c757d;
          font-weight: 600;
          letter-spacing: 0.01em;
          margin-bottom: 13px;
          font-size: 1.02em;
          margin-top: 2px;
          text-align: center;
          font-family: 'National Book', 'Inter', Arial, sans-serif;
        }
        .meta {
          margin-bottom: 10px;
          width: 100%;
          font-family: 'National Book', 'Inter', Arial, sans-serif;
          font-size: 1em;
        }
        .meta a {
          color: #123b90;
          text-decoration: none;
          word-break: break-all;
          font-weight: 500;
          font-family: inherit;
        }
        .vc-label {
          font-size: 1em;
          color: #6c757d;
          font-weight: 500;
          letter-spacing: 0.03em;
          font-family: 'National Book', 'Inter', Arial, sans-serif;
        }
        .address-link {
          display: inline-block;
          color: #163353;
          text-decoration: underline dotted;
          font-weight: 500;
          font-family: inherit;
        }
        @media (max-width: 600px) {
          .vcardbox { max-width: 99vw; padding-left: 5vw; padding-right: 5vw;}
          .hewison-header img { width: 120px;}
          .profile-photo {width: 87px; height: 87px;}
          .btn-hewison { font-size: 0.99em; padding: 16px 0; }
          .vcardbox h2 { font-size: 1.25em;}
        }