@font-face {
  font-family: 'TeX Gyre Pagella';
  src: url('/assets/fonts/texgyrepagella-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TeX Gyre Pagella';
  src: url('/assets/fonts/texgyrepagella-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'TeX Gyre Pagella';
  src: url('/assets/fonts/texgyrepagella-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TeX Gyre Pagella';
  src: url('/assets/fonts/texgyrepagella-bolditalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 18px;
}

body {
  font-family: 'TeX Gyre Pagella', serif;
  font-size: 1rem;
  line-height: 1.65;
  font-variant-numeric: oldstyle-nums;
  background-color: #f8f5ef;
  color: #1e1e1e;
  margin: 0;
}

.container {
  max-width: 42em;
  margin: 3rem auto;
  padding: 0 1.5rem;
}

hr {
  border: none;
  border-top: 1px solid #b0a898;
  margin: 2rem 0;
}

h1 {
  font-size: 1.6rem;
  font-weight: 400;
  font-variant: small-caps;
  margin: 0 0 0.25rem 0;
  letter-spacing: 0.04em;
}

h2 {
  font-size: 1rem;
  font-weight: 400;
  font-variant: small-caps;
  letter-spacing: 0.12em;
  margin: 0 0 0.75rem 0;
}

.subtitle {
  font-size: 0.875rem;
  color: #5a5347;
  margin: 0;
}

p {
  margin: 0 0 0.75rem 0;
}

a {
  color: #5a5347;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.preprint-id {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.9em;
  font-variant-numeric: lining-nums;
}

/* Bio section */
.bio-section {
  overflow: hidden; /* clearfix for float */
}

.headshot {
  float: right;
  width: 160px;
  margin: 0 0 1em 2em;
  display: block;
}

.contact-inline {
  font-size: 0.875rem;
  color: #5a5347;
  margin-top: 0.5rem;
}

.contact-inline p {
  margin: 0 0 0.25rem 0;
}

/* Publications */
ul.pubs {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.pubs li {
  margin-bottom: 1.1rem;
}

.pub-title {
  margin: 0 0 0.1rem 0;
  font-style: italic;
}

.pub-meta {
  font-size: 0.875rem;
  color: #5a5347;
  margin: 0;
}

@media (max-width: 480px) {
  .headshot {
    float: none;
    display: block;
    margin: 0 auto 1.25em auto;
  }
}
