/* Editorial display voice from the supplied 2026-09-09 design, scoped to admissions. */
@font-face {
  font-family: 'Instrument Serif';
  src: url('/fonts/instrument-serif-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('/fonts/instrument-serif-italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
body.edu .apx {
  --edu-display: 'Instrument Serif', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
}
body.edu .apx .home__title {
  max-width: 20ch;
  color: var(--h-ink);
  font-family: var(--edu-display);
  font-size: clamp(31px, 3.2vw, 42px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.012em;
  text-wrap: balance;
}
body.edu .apx .home__title em { color: var(--edu-route); font-style: italic; }
body.edu .apx__kicker { letter-spacing: .18em; }
body.edu .apx .home__lead { line-height: 1.55; }
