/* Newsreader for the name and section labels. Instrument Sans for everything else. */

body{
  font-family:"Instrument Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size:17.5px;
  line-height:1.6;
  font-weight:400;
  --measure:36em;
}
.name{font-family:"Newsreader",Georgia,serif;font-size:clamp(40px,5.4vw,62px);line-height:1.06;letter-spacing:-.012em;font-weight:400}
.descriptor{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:500}
.intro{font-size:19px;line-height:1.55}
.label{font-family:"Newsreader",Georgia,serif;font-size:17.5px;color:var(--muted);font-weight:400;padding-top:4px}
.period{font-size:13px;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);font-weight:500;padding-top:6px}
.org{font-size:19px;font-weight:500;line-height:1.35}
.role{font-size:16.5px;color:var(--muted)}
.details{font-size:16.5px}

@media (max-width:760px){
  .descriptor{letter-spacing:.06em}
  .label{font-size:18.5px}
}
