/* quotes.teahubery.com — fonts vendored from the Toan Ngo PhD Thesis Design
   System (the same faces the /thesis/ reader and modumatics.com use, so the
   whole family of sites is one object): ET Book (Palatino-class serif body /
   quotes), Lato (UI chrome), Quicksand (brand wordmark), JetBrains Mono
   (labels). Self-contained, served from /assets/fonts/ (no third-party fetch). */

@font-face {
  font-family: 'ET Book';
  src: url('/assets/fonts/etbook-roman.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ET Book';
  src: url('/assets/fonts/etbook-italic.woff') format('woff');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'ET Book';
  src: url('/assets/fonts/etbook-bold.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/assets/fonts/lato-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('/assets/fonts/lato-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('/assets/fonts/jetbrains-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
