/* Vendored faces. No CDN: renders must be deterministic and work offline, and
   print output cannot depend on a network fetch succeeding at render time. */
@font-face {
  font-family: 'Anek Devanagari';
  src: url('AnekDevanagari.ttf') format('truetype-variations');
  font-weight: 100 800;
  font-display: block;
}
@font-face {
  font-family: 'Rozha One';
  src: url('RozhaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: 'Khand';
  src: url('Khand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: block;
}
