/* modumatics.com — fonts vendored from the Toan Ngo PhD Thesis Design System
   (same faces the /thesis/ reader uses, so the whole site is one object):
   ET Book (Palatino-class serif body/headings), Lato (UI chrome / ieee body),
   Quicksand (the geometric brand monogram + 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;
}
