@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/Source_Serif_4/SourceSerif4-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/Source_Serif_4/SourceSerif4-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/Instrument_Serif/InstrumentSerif-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/Instrument_Serif/InstrumentSerif-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

body {
  background-color: #fff;
  padding: 0;
  font: 16px/1.5 "Source Serif 4", Georgia, serif;
  color: #595959;
  font-weight: 400;
  margin: 0;
}

h2,
h3,
h4,
h5,
h6,
.profile-title,
.profile-affiliation,
body email {
  font-family: "Instrument Serif", Georgia, serif;
}

header h1 {
  font-family: "Source Serif 4", Georgia, serif;
}
