@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

/* Proto-Indo-European */
.lang-ine {
  font-family: 'Inter';
  font-size: 0.925em;
}

/* Sanskrit */
.lang-sa {
  font-family: 'Noto Sans Devanagari';  
}

/* Chinese */
.lang-zh {
  font-family: 'Noto Sans SC';
}
