/* ==========================================================================
   攝大乘論釋 — Self-hosted Web Fonts
   ========================================================================== */

/* Jomolhari — Tibetan display font (self-hosted)
   Source: Google Fonts / locally installed
   License: OFL (SIL Open Font License)
   Size: ~2 MB (TTF)
*/
@font-face {
  font-family: 'Jomolhari';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Jomolhari'),
       local('Jomolhari-Regular'),
       url('Jomolhari-Regular.ttf') format('truetype');
}

/* --------------------------------------------------------------------------
   Chinese typography: system font stack (no @font-face needed)
   CJK web fonts are 5-15 MB; system fonts are faster and already installed.

   Recommended CSS usage for Chinese text:
     font-family: 'Noto Serif TC', 'Songti SC', 'SimSun', 'PMingLiU', serif;

   Recommended CSS usage for Tibetan text:
     font-family: 'Jomolhari', 'Noto Serif Tibetan', 'Microsoft Himalaya', serif;

   Recommended CSS usage for Sanskrit/IAST text:
     font-family: 'Noto Serif', 'Times New Roman', serif;
   -------------------------------------------------------------------------- */
