/*
 * Typography alignment for restored 100K Kids content pages.
 * Layout and visual components come from the previous content-page design.
 */

body.kk-restored-content {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

body.kk-restored-content button,
body.kk-restored-content input,
body.kk-restored-content select,
body.kk-restored-content textarea {
  font-family: "Archivo", Arial, sans-serif;
}

body.kk-restored-content h1 {
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(54px, 6.4vw, 100px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

body.kk-restored-content h2 {
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 750;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

body.kk-restored-content h3 {
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

body.kk-restored-content p,
body.kk-restored-content li {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.62;
}

body.kk-restored-content .eyebrow,
body.kk-restored-content .section-label,
body.kk-restored-content .kicker,
body.kk-restored-content .overline {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.kk-restored-content .site-nav a,
body.kk-restored-content .footer-nav a {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

body.kk-restored-content button,
body.kk-restored-content .button,
body.kk-restored-content input[type="submit"],
body.kk-restored-content .wp-element-button {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
}

body.kk-restored-content small,
body.kk-restored-content .meta,
body.kk-restored-content .caption {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 900px) {
  body.kk-restored-content h1 {
    font-size: clamp(48px, 13vw, 74px);
  }

  body.kk-restored-content h2 {
    font-size: clamp(34px, 9vw, 52px);
  }

  body.kk-restored-content h3 {
    font-size: clamp(23px, 6vw, 32px);
  }

  body.kk-restored-content p,
  body.kk-restored-content li {
    font-size: 16px;
  }
}
