/* One entry for the entire app. Shared full-glyph variable URLs, no section subsets.
   Faces download on use and reuse HTTP cache; navigation may revalidate (304). */
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/app/montserrat-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/app/montserrat-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/app/roboto-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/app/roboto-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/static/neurolab/fonts/Inter/web/Inter-normal-100-900.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/static/neurolab/fonts/Inter/web/Inter-italic-100-900.woff2') format('woff2');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Regular';
  src: url('/static/fonts/Gilroy-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'ChronicleDisplay-Roman';
  src: url('/static/fonts/ChronicleDisplay-Roman.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
